mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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
|