summaryrefslogtreecommitdiff
path: root/shell/Module_shell.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-05-29 15:21:01 +0200
committerAndras Timar <atimar@suse.com>2012-05-29 15:23:00 +0200
commite7ee6ed3e83673ec747c8b93880a82059eee1657 (patch)
treedddfd6fd27fc39212252a3b635b5c6712897f3c8 /shell/Module_shell.mk
parent41cf973f84f42c0605fdd9e8c5f307be888c2f89 (diff)
BUILD_X64 is TRUE not YES, when defined
Change-Id: Ib49f623e3423ce1d7caf64bc97d7ffd72dd50ed7
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r--shell/Module_shell.mk2
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 \