mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
|
. "$topsrcdir/build/unix/mozconfig.linux"
|
||
|
|
||
|
if test `uname -m` = "x86_64"; then
|
||
|
CC="$CC -m32"
|
||
|
CXX="$CXX -m32"
|
||
|
ac_add_options --target=i686-pc-linux
|
||
|
ac_add_options --x-libraries=/usr/lib
|
||
|
export PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig:/usr/share/pkgconfig
|
||
|
fi
|