Kaydet (Commit) 475c4aac authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We do need to build this when cross-compiling to DESKTOP platforms

üst d27896c4
...@@ -37,12 +37,6 @@ INCPRE=$(MISC) ...@@ -37,12 +37,6 @@ INCPRE=$(MISC)
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
.ENDIF
.INCLUDE : settings.mk .INCLUDE : settings.mk
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
......
...@@ -38,11 +38,6 @@ LIBSALCPPRT=$(0) ...@@ -38,11 +38,6 @@ LIBSALCPPRT=$(0)
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
.ENDIF
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
OBJFILES= \ OBJFILES= \
......
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