Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix 'undefined symbol' errors when loading native modules.
  • Loading branch information
bnoordhuis authored and ry committed Nov 1, 2010
1 parent 6bf9780 commit 7a7e88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,7 +23,7 @@ ifeq ($(platform),darwin)
endif

ifeq ($(platform),linux)
LINKFLAGS += -pthread -lrt
LINKFLAGS += -pthread -lrt -rdynamic
endif

ifeq ($(platform),solaris)
Expand Down

0 comments on commit 7a7e88d

Please sign in to comment.