mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 12:10:08 +01:00
build: use proper -arch
for target_arch on OS X
This commit is contained in:
parent
af4a96ce6e
commit
546870edd8
@ -170,6 +170,14 @@
|
||||
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']},
|
||||
}],
|
||||
],
|
||||
'conditions': [
|
||||
['target_arch=="ia32"', {
|
||||
'xcode_settings': {'ARCHS': ['i386']},
|
||||
}],
|
||||
['target_arch=="x64"', {
|
||||
'xcode_settings': {'ARCHS': ['x86_64']},
|
||||
}],
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user