diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-01 18:18:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-01 18:18:33 +0300 |
commit | 7ff697bc1352d55bb26ca59b6345b7da5ad16152 (patch) | |
tree | ce0e33e365d70f3ea7d5b59277adaf3361e544fa /cppuhelper/qa/unourl | |
parent | 634824aa76b75208ddddbc0cde60055d219a972b (diff) |
Add statically linked cpphelper unit test for iOS
Diffstat (limited to 'cppuhelper/qa/unourl')
-rw-r--r-- | cppuhelper/qa/unourl/makefile.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cppuhelper/qa/unourl/makefile.mk b/cppuhelper/qa/unourl/makefile.mk index f48b724ee24b..4e46dd088b93 100644 --- a/cppuhelper/qa/unourl/makefile.mk +++ b/cppuhelper/qa/unourl/makefile.mk @@ -35,11 +35,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk -.IF "$(CROSS_COMPILING)"=="YES" -all: - @echo Nothing done when cross-compiling -.ENDIF - CFLAGSCXX += $(CPPUNIT_CFLAGS) # BEGIN ---------------------------------------------------------------- |