Blind Windows build fix
Change-Id: Ib8403f199057bec926fe1da1bac5738046ccb245
This commit is contained in:
@@ -101,9 +101,16 @@ ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
|
|||||||
$(eval $(call gb_Module_add_targets,shell,\
|
$(eval $(call gb_Module_add_targets,shell,\
|
||||||
Executable_lngconvex \
|
Executable_lngconvex \
|
||||||
Library_syssh \
|
Library_syssh \
|
||||||
|
))
|
||||||
|
|
||||||
|
ifneq ($(OS),WNT)
|
||||||
|
|
||||||
|
$(eval $(call gb_Module_add_targets,shell,\
|
||||||
StaticLibrary_xmlparser \
|
StaticLibrary_xmlparser \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(filter-out MACOSX WNT,$(OS)),)
|
ifneq ($(filter-out MACOSX WNT,$(OS)),)
|
||||||
|
|
||||||
$(eval $(call gb_Module_add_targets,shell,\
|
$(eval $(call gb_Module_add_targets,shell,\
|
||||||
|
Reference in New Issue
Block a user