Andrzej Szeszo
2014-02-23 253d563e16aa2f7e88e4ef41467fdd4df9979b6b
setup.py.mk: don't use COMPONENT_BUILD_ARGS from environment
1 files modified
3 ■■■■■ changed files
make-rules/setup.py.mk 3 ●●●●● patch | view | raw | blame | history
make-rules/setup.py.mk
@@ -48,6 +48,9 @@
COMPONENT_INSTALL_ENV += $(PYTHON_ENV)
COMPONENT_TEST_ENV += $(PYTHON_ENV)
# Reset arguments specified as environmnent variables
COMPONENT_BUILD_ARGS =
# if we are building python 2.7 support, build it and install it first
# so that python 2.6 is installed last and is the canonical version.
# when we switch to 2.7 as the default, it should go last.