mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
ea8b76dbc4
--HG-- rename : browser/config/mozconfigs/linux32/release => browser/config/mozconfigs/linux32/beta rename : browser/config/mozconfigs/linux64/release => browser/config/mozconfigs/linux64/beta rename : browser/config/mozconfigs/macosx-universal/release => browser/config/mozconfigs/macosx-universal/beta rename : browser/config/mozconfigs/win32/release => browser/config/mozconfigs/win32/beta extra : transplant_source : %F6%CFK%CE%16v%07%8A%D5o%97%8C%BB%95q%D5%3C%93%2B%94
8 lines
281 B
Plaintext
8 lines
281 B
Plaintext
# This make file should be identical to the beta mozconfig, apart from the
|
|
# safeguard below
|
|
. "$topsrcdir/browser/config/mozconfigs/win32/beta"
|
|
|
|
# safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
|
|
# defines.sh during the beta cycle
|
|
export BUILDING_RELEASE=1
|