summaryrefslogtreecommitdiffstats
path: root/include/scons.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-05 21:02:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-05 21:02:35 +0000
commit352d081266cb97fef47265fa44a00a70c2d0ce77 (patch)
tree321ec838fe98f029c2bcc0721e236f96e0d06b21 /include/scons.mk
parent7dc263ddaa3bf4b0a8129282f1b6bf84a70a298e (diff)
downloadmaster-31e0f0ae-352d081266cb97fef47265fa44a00a70c2d0ce77.tar.gz
master-31e0f0ae-352d081266cb97fef47265fa44a00a70c2d0ce77.tar.bz2
master-31e0f0ae-352d081266cb97fef47265fa44a00a70c2d0ce77.zip
scons: override the platform instead of using the host one - fixes build issues on non-linux systems
SVN-Revision: 31620
Diffstat (limited to 'include/scons.mk')
-rw-r--r--include/scons.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scons.mk b/include/scons.mk
index 223aedefaf..5062681d63 100644
--- a/include/scons.mk
+++ b/include/scons.mk
@@ -1,3 +1,5 @@
+export PLATFORM=posix
+
SCONS_VARS = \
CC="$(TARGET_CC)" \
CXX="$(TARGET_CXX)" \