Port bug 799093 Avoid mac builds being considered as cross compiled by jemalloc configure. rs=bustage-fix for unit tests. CLOSED TREE
This commit is contained in:
Родитель
2b0a059239
Коммит
07a57ef688
|
@ -6,9 +6,9 @@ mk_add_options MOZ_UNIFY_BDATE=1
|
|||
|
||||
mk_add_options MOZ_POSTFLIGHT_ALL+=build/macosx/universal/flight.mk
|
||||
|
||||
# Note, the version (10) is used by libffi's configure.
|
||||
ac_add_app_options i386 --target=i386-apple-darwin10
|
||||
ac_add_app_options x86_64 --target=x86_64-apple-darwin10
|
||||
DARWIN_VERSION=`uname -r`
|
||||
ac_add_app_options i386 --target=i386-apple-darwin$DARWIN_VERSION
|
||||
ac_add_app_options x86_64 --target=x86_64-apple-darwin$DARWIN_VERSION
|
||||
|
||||
ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче