mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1054520 - Add ifdef to enable stumbler in nightly. r=nalexander
This commit is contained in:
parent
7a33dc951e
commit
85caf3c5c1
@ -86,5 +86,9 @@ if test ! "$RELEASE_BUILD"; then
|
||||
MOZ_ANDROID_SHARE_OVERLAY=1
|
||||
fi
|
||||
|
||||
# Don't enable the Mozilla Location Service stumbler.
|
||||
# MOZ_ANDROID_MLS_STUMBLER=1
|
||||
# Enable the Mozilla Location Service stumbler in Nightly.
|
||||
if test "$NIGHTLY_BUILD"; then
|
||||
MOZ_ANDROID_MLS_STUMBLER=1
|
||||
else
|
||||
MOZ_ANDROID_MLS_STUMBLER=
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user