mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1077148 part 3 - Do not link PrimitiveTest, SimpleTypeLib, TestAUSHelper, TestAUSReadStrings and screentopng against mozglue on Linux. r=gps
There is no reason these should be linked to mozglue on Linux only. This makes the intent clearer for the related changes in part 4.
This commit is contained in:
parent
aa81b10659
commit
6bcd36f9cd
@ -2,8 +2,4 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
||||
|
||||
MOZ_GLUE_PROGRAM_LDFLAGS =
|
||||
|
||||
endif # windows
|
||||
|
@ -61,6 +61,7 @@ INI_TEST_FILES = \
|
||||
$(NULL)
|
||||
|
||||
MOZ_GLUE_LDFLAGS =
|
||||
MOZ_GLUE_PROGRAM_LDFLAGS =
|
||||
MOZ_WINCONSOLE = 1
|
||||
|
||||
endif # Not Android
|
||||
|
@ -4,3 +4,4 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
MOZ_GLUE_LDFLAGS =
|
||||
MOZ_GLUE_PROGRAM_LDFLAGS =
|
||||
|
Loading…
Reference in New Issue
Block a user