mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 698425 - Fix lack of whitespace breaking conditional in toolkit-makefiles.sh; rs=build
This commit is contained in:
parent
5339a9c35a
commit
2fc0905997
@ -626,7 +626,7 @@ elif [ "$MOZ_WIDGET_TOOLKIT" = "android" ]; then
|
||||
netwerk/system/android/Makefile
|
||||
widget/android/Makefile
|
||||
"
|
||||
if [ "$MOZ_BUILD_APP" = "mobile/xul" -o "$MOZ_BUILD_APP" = "b2g"]; then
|
||||
if [ "$MOZ_BUILD_APP" = "mobile/xul" -o "$MOZ_BUILD_APP" = "b2g" ]; then
|
||||
add_makefiles "
|
||||
embedding/android/Makefile
|
||||
embedding/android/locales/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user