Skip to content

Commit bca6c16

Browse files
Alejandro Ventura Contrerasrefack
authored andcommitted
change the min mac os x version required.
It fixes an issue when running `npm install` for a project with *Node v6.11.5* and *npm v3.10.10* on *Mac OS X 10.4 Mojave* and *Xcode v9.4.1 || Xcode v10.0*. It asks for the 'utility' file when running `node-gyp rebuild`. Fixes: nodejs/node-gyp#1574
1 parent 1cb5aed commit bca6c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
'GCC_ENABLE_PASCAL_STRINGS': 'NO', # No -mpascal-strings
368368
'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
369369
'PREBINDING': 'NO', # No -Wl,-prebind
370-
'MACOSX_DEPLOYMENT_TARGET': '10.7', # -mmacosx-version-min=10.7
370+
'MACOSX_DEPLOYMENT_TARGET': '10.9', # -mmacosx-version-min=10.9
371371
'USE_HEADERMAP': 'NO',
372372
'OTHER_CFLAGS': [
373373
'-fno-strict-aliasing',

0 commit comments

Comments
 (0)