From 1b0d2045de982bf10506fd8ca36641a2ba5d2e90 Mon Sep 17 00:00:00 2001 From: Matthew Voss Date: Sun, 13 Oct 2013 15:59:12 -0500 Subject: [PATCH 1/3] Update binding.gyp --- binding.gyp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/binding.gyp b/binding.gyp index ebeaa63..4bbfd35 100644 --- a/binding.gyp +++ b/binding.gyp @@ -7,6 +7,9 @@ "src/utils.cc", "src/py_object_wrapper.cc" ], + "ldflags": [ + '-Xlinker -export-dynamic' + ] "conditions": [ ['OS=="mac"', { "xcode_settings": { From f2ee6ebf4d74668d6ee3f81cbc8a6c67bdcdc3ba Mon Sep 17 00:00:00 2001 From: Matthew Voss Date: Sun, 13 Oct 2013 16:02:45 -0500 Subject: [PATCH 2/3] Update binding.gyp --- binding.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding.gyp b/binding.gyp index 4bbfd35..9938e18 100644 --- a/binding.gyp +++ b/binding.gyp @@ -9,7 +9,7 @@ ], "ldflags": [ '-Xlinker -export-dynamic' - ] + ], "conditions": [ ['OS=="mac"', { "xcode_settings": { From ecffab2762036104e3075acd7e950bb68a4f379c Mon Sep 17 00:00:00 2001 From: Matthew Voss Date: Sun, 13 Oct 2013 16:06:44 -0500 Subject: [PATCH 3/3] Update binding.gyp --- binding.gyp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/binding.gyp b/binding.gyp index 9938e18..bb23f6e 100644 --- a/binding.gyp +++ b/binding.gyp @@ -7,9 +7,11 @@ "src/utils.cc", "src/py_object_wrapper.cc" ], - "ldflags": [ - '-Xlinker -export-dynamic' - ], + "link_settings": { + "ldflags": [ + "-Xlinker -export-dynamic" + ] + }, "conditions": [ ['OS=="mac"', { "xcode_settings": {