solenv/gbuild/CppunitTest.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c991b910af6fdf09fddfc32ec8ea6ecd657ebe8
Author: Tor Lillqvist <t...@iki.fi>
Date:   Thu Nov 22 11:30:48 2012 +0200

    Probably want to check CROSS_COMPILING here, not (just) iOS
    
    Change-Id: I5b9f6323e80b69e5baf81016ac92eda0b5bdd13d

diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index e3003f8..0f81a4d 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -51,7 +51,7 @@ endif
 #  gb_CppunitTest_TARGETTYPE
 #  gb_CppunitTest_get_filename
 # DBGSV_ERROR_OUT => in non-product builds, ensure that tools-based assertions 
do not pop up as message box, but are routed to the shell
-ifneq ($(OS),IOS)
+ifneq ($(CROSS_COMPILING),YES)
 gb_CppunitTest_CPPTESTTARGET := $(call 
gb_Executable_get_target,cppunit/cppunittester)
 endif
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to