mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
ba889fe98f
--HG-- rename : build/macosx/universal/mozconfig => build/macosx/universal/mozconfig.common
8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
# ppc/i386 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="ppc i386"
|
|
|
|
. $topsrcdir/build/macosx/universal/mozconfig.common
|