Skip to content
Snippets Groups Projects
Commit 403caaf4 authored by murgatroid99's avatar murgatroid99
Browse files

Copy Node Mac build fix from old pull request (#1199)

parent def77a52
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,16 @@ ...@@ -73,6 +73,16 @@
] ]
] ]
}], }],
['OS=="mac"', {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'OTHER_CFLAGS': [
'-fno-strict-aliasing',
'-std=c++11',
'-stdlib=libc++'
]
}
}]
] ]
}, },
'targets': [ 'targets': [
......
...@@ -75,6 +75,16 @@ ...@@ -75,6 +75,16 @@
] ]
] ]
}], }],
['OS=="mac"', {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'OTHER_CFLAGS': [
'-fno-strict-aliasing',
'-std=c++11',
'-stdlib=libc++'
]
}
}]
] ]
}, },
'targets': [ 'targets': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment