Skip to content

Commit f6572b6

Browse files
committed
Bump mac deployment target to support Node 7
1 parent 8883d17 commit f6572b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'install_zmq': '<!(./build_libzmq.sh 2>&1 > zmq-build.log)',
2222
'xcode_settings': {
2323
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
24-
'MACOSX_DEPLOYMENT_TARGET': '10.6',
24+
'MACOSX_DEPLOYMENT_TARGET': '10.7',
2525
},
2626
'libraries': [ '<(PRODUCT_DIR)/../../zmq/lib/libzmq.a' ],
2727
'include_dirs': [ '<(PRODUCT_DIR)/../../zmq/include' ],

0 commit comments

Comments
 (0)