mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 608498 - Turn on fakelibs on Android, r=khuey a=blassey
This commit is contained in:
parent
9cc28ef525
commit
6cee5da907
@ -333,6 +333,10 @@ ifeq (WINNT,$(OS_ARCH))
|
||||
MOZ_FAKELIBS = 1
|
||||
endif
|
||||
|
||||
ifeq (Android,$(OS_TARGET))
|
||||
MOZ_FAKELIBS = 1
|
||||
endif
|
||||
|
||||
# This comes from configure
|
||||
ifdef MOZ_PROFILE_GUIDED_OPTIMIZE_DISABLE
|
||||
NO_PROFILE_GUIDED_OPTIMIZE = 1
|
||||
|
@ -333,6 +333,10 @@ ifeq (WINNT,$(OS_ARCH))
|
||||
MOZ_FAKELIBS = 1
|
||||
endif
|
||||
|
||||
ifeq (Android,$(OS_TARGET))
|
||||
MOZ_FAKELIBS = 1
|
||||
endif
|
||||
|
||||
# This comes from configure
|
||||
ifdef MOZ_PROFILE_GUIDED_OPTIMIZE_DISABLE
|
||||
NO_PROFILE_GUIDED_OPTIMIZE = 1
|
||||
|
Loading…
Reference in New Issue
Block a user