mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
107bc1933c
--HG-- rename : build/macosx/universal/mozconfig => build/macosx/universal/mozconfig.common
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
# i386/x86-64 Universal Build mozconfig
|
|
|
|
# As used here, arguments in $MOZ_BUILD_PROJECTS are suitable as arguments
|
|
# to gcc's -arch parameter.
|
|
mk_add_options MOZ_BUILD_PROJECTS="i386 x86_64"
|
|
|
|
. $topsrcdir/build/macosx/universal/mozconfig.common
|