mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
b=390048, fix bustage, patch by <bugzilla@mcsmurf.de> r=benjamin
This commit is contained in:
parent
1aa47230bf
commit
d2aec0ff53
@ -116,3 +116,6 @@ EXTRA_DSO_LDOPTS += \
|
|||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
||||||
|
OS_LIBS += $(call EXPAND_LIBNAME,usp10)
|
||||||
|
endif
|
||||||
|
@ -92,11 +92,4 @@ CXXFLAGS += \
|
|||||||
EXTRA_DSO_LDOPTS += \
|
EXTRA_DSO_LDOPTS += \
|
||||||
$(MOZ_PANGO_LIBS) \
|
$(MOZ_PANGO_LIBS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
else
|
|
||||||
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
|
||||||
EXTRA_DSO_LDOPTS += \
|
|
||||||
usp10.lib \
|
|
||||||
$(NULL)
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user