mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
build: define _DARWIN_USE_64_BIT_INODE=1 on OS X
Fixes a segmentation fault on some OS X systems due to sizeof(struct stat) mismatches. Fixes #2061.
This commit is contained in:
parent
08109367e8
commit
92c0c6953a
@ -152,6 +152,7 @@
|
||||
],
|
||||
}],
|
||||
['OS=="mac"', {
|
||||
'defines': ['_DARWIN_USE_64_BIT_INODE=1'],
|
||||
'xcode_settings': {
|
||||
'ALWAYS_SEARCH_USER_PATHS': 'NO',
|
||||
'GCC_CW_ASM_SYNTAX': 'NO', # No -fasm-blocks
|
||||
|
Loading…
Reference in New Issue
Block a user