diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Module_shell.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index b14868eb48d3..6bb887868f30 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -10,8 +10,8 @@ $(eval $(call gb_Module_Module,shell)) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) -$(eval $(call gb_Module_add_targets,shell,\ - Executable_lngconvex \ +$(eval $(call gb_Module_add_targets_for_build,shell,\ + $(if $(filter WNT,$(OS)),Executable_lngconvex) \ )) endif |