We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab8fb1 commit 8f650dcCopy full SHA for 8f650dc
binding.gyp
@@ -20,7 +20,7 @@
20
['OS=="mac" or OS=="solaris"', {
21
'xcode_settings': {
22
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
23
- 'MACOSX_DEPLOYMENT_TARGET': '10.7',
+ 'MACOSX_DEPLOYMENT_TARGET': '10.9',
24
},
25
'libraries': [ '<(PRODUCT_DIR)/../../zmq/lib/libzmq.a' ],
26
'include_dirs': [ '<(PRODUCT_DIR)/../../zmq/include' ],
scripts/build_libzmq.sh
@@ -8,6 +8,7 @@ else
8
exit 1
9
fi
10
11
+export MACOSX_DEPLOYMENT_TARGET=10.9
12
export BASE=$(dirname "$0")
13
export ZMQ_PREFIX="${BASE}/../zmq"
14
export ZMQ_SRC_DIR=zeromq-$ZMQ
0 commit comments