0
0
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:
Nathan Rajlich 2012-02-18 12:03:47 -08:00 committed by Ben Noordhuis
parent af4a96ce6e
commit 546870edd8

View File

@ -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']},
}],
],
}],
],
}