Closed techtonik closed 12 years ago
It seems that =? syntax is only correct for Makefiles, although now it says Build for Python 3: yes, there is an error output I didn't notice at first:
environment.sh: line 6: export: BUILD_TYPE?=Release': not a valid identifier environment.sh: line 10: export:
PYSIDE_BUILDSCRIPTS_USE_PYTHON3?=no': not a valid identifier
This allows to specify build type from command line, e.g.
BUILD_TYPE=Debug ./build_and_install
, and hopefully improves README a little.