summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreconf/nsinstall/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/coreconf/nsinstall/Makefile b/coreconf/nsinstall/Makefile
index 08dfbc2fe..5061789ff 100644
--- a/coreconf/nsinstall/Makefile
+++ b/coreconf/nsinstall/Makefile
@@ -34,6 +34,10 @@ ifdef NATIVE_FLAGS
OS_CFLAGS=$(NATIVE_FLAGS)
endif
+ifdef NATIVE_LDFLAGS
+LDFLAGS=$(NATIVE_LDFLAGS)
+endif
+
include $(DEPTH)/coreconf/rules.mk
# Redefine MAKE_OBJDIR for just this directory