Merge pull request #11035 from jefferyto/scons-local

scons: Switch to standalone version, update to 3.1.2
This commit is contained in:
Rosen Penev
2020-01-16 16:47:19 -08:00
committed by GitHub
4 changed files with 19 additions and 29 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ endef
define Build/Configure
(cd $(PKG_BUILD_DIR); \
$(SCONS_VARS) \
python2.7 $(STAGING_DIR_HOST)/bin/scons.py \
python2.7 $(STAGING_DIR_HOSTPKG)/bin/scons \
$(SCONS_OPTIONS) \
)
endef