mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
8b879c27f0
--HG-- rename : build/macosx/mozconfig.common => build/macosx/local-mozconfig.common extra : rebase_source : a84908c556a2d7d8c64d8228d4235297c84bb204
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
if test `uname -s` = Linux; then
|
|
. $topsrcdir/build/macosx/cross-mozconfig.common
|
|
else
|
|
. $topsrcdir/build/macosx/local-mozconfig.common
|
|
fi
|