diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-07 00:45:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-07 00:45:56 +0300 |
commit | 8a9d332dd8e0defd18e65ee9d5dc739e61a5fc9d (patch) | |
tree | 5e17f914966e895fc82c3c6f93557f42cbd19c62 /basegfx | |
parent | 1a632cd63faa5b688499ae3be3cc3282dd7ce262 (diff) |
No testing, sorry, when cross-compiling
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/test/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk index 2c0f30c291a9..cd29bc742821 100644 --- a/basegfx/test/makefile.mk +++ b/basegfx/test/makefile.mk @@ -36,6 +36,11 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + CFLAGSCXX += $(CPPUNIT_CFLAGS) # --- Common ---------------------------------------------------------- |