diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-08 00:24:12 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-08 00:24:12 +0300 |
commit | af7500ea40d5de7c967a5fff82f257124d03697b (patch) | |
tree | 12f60ea3b7358f933debb442e5450fc661aa5ef1 /i18npool | |
parent | 8eed9e3ee1eeea68dcd65417a721b670c392b67a (diff) |
This is a native shop, nothing for you here
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/qa/cppunit/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/i18npool/qa/cppunit/makefile.mk b/i18npool/qa/cppunit/makefile.mk index 75f4a9153116..b21d0e98dc4f 100644 --- a/i18npool/qa/cppunit/makefile.mk +++ b/i18npool/qa/cppunit/makefile.mk @@ -37,6 +37,11 @@ my_components = qa_i18npool .INCLUDE : settings.mk +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + CFLAGSCXX += $(CPPUNIT_CFLAGS) DLLPRE = # no leading "lib" on .so files |