Browse Source

Fix 'undefined symbol' errors when loading native modules.

v0.7.4-release
Ben Noordhuis 14 years ago
committed by Ryan Dahl
parent
commit
7a7e88d44b
  1. 2
      Makefile

2
Makefile

@ -23,7 +23,7 @@ ifeq ($(platform),darwin)
endif
ifeq ($(platform),linux)
LINKFLAGS += -pthread -lrt
LINKFLAGS += -pthread -lrt -rdynamic
endif
ifeq ($(platform),solaris)

Loading…
Cancel
Save