Kaydet (Commit) 8a9d332d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No testing, sorry, when cross-compiling

üst 1a632cd6
...@@ -36,6 +36,11 @@ ENABLE_EXCEPTIONS=TRUE ...@@ -36,6 +36,11 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
.ENDIF
CFLAGSCXX += $(CPPUNIT_CFLAGS) CFLAGSCXX += $(CPPUNIT_CFLAGS)
# --- Common ---------------------------------------------------------- # --- Common ----------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment