diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Module_shell.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 124ed7083d25..de1cec2a9fde 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -89,7 +89,7 @@ $(eval $(call gb_Module_add_targets,shell,\ )) endif -ifeq ($(BUILD_X64),YES) +ifeq ($(BUILD_X64),TRUE) $(eval $(call gb_Module_add_targets,shell,\ CustomTarget_x64 \ Library_ooofilt_x64 \ |