mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1075675: Fix configure options for oauth r=rail
This commit is contained in:
parent
d73e367136
commit
5589a69540
@ -19,7 +19,7 @@ if [ -f /c/builds/google-oauth-api.key ]; then
|
||||
else
|
||||
_google_oauth_api_keyfile=/e/builds/google-oauth-api.key
|
||||
fi
|
||||
ac_add_options --with-google-api-keyfile=${_google_oauth_api_keyfile}
|
||||
ac_add_options --with-google-oauth-api-keyfile=${_google_oauth_api_keyfile}
|
||||
|
||||
# Needed to enable breakpad in application.ini
|
||||
export MOZILLA_OFFICIAL=1
|
||||
|
@ -17,7 +17,7 @@ if [ -f /c/builds/google-oauth-api.key ]; then
|
||||
else
|
||||
_google_oauth_api_keyfile=/e/builds/google-oauth-api.key
|
||||
fi
|
||||
ac_add_options --with-google-api-keyfile=${_google_oauth_api_keyfile}
|
||||
ac_add_options --with-google-oauth-api-keyfile=${_google_oauth_api_keyfile}
|
||||
|
||||
# Needed to enable breakpad in application.ini
|
||||
export MOZILLA_OFFICIAL=1
|
||||
|
Loading…
Reference in New Issue
Block a user