[Libreoffice-commits] .: shell/Module_shell.mk

Andras Timar timar at kemper.freedesktop.org
Tue May 29 06:23:04 PDT 2012


 shell/Module_shell.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e7ee6ed3e83673ec747c8b93880a82059eee1657
Author: Andras Timar <atimar at suse.com>
Date:   Tue May 29 15:21:01 2012 +0200

    BUILD_X64 is TRUE not YES, when defined
    
    Change-Id: Ib49f623e3423ce1d7caf64bc97d7ffd72dd50ed7

diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 124ed70..de1cec2 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 \


More information about the Libreoffice-commits mailing list