mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-08 22:11:52 +00:00
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
|