pyside / BuildScripts

Build scripts for building PySide from the Git repositories. Supports several Desktop Linux distributions, MeeGo Netbook and Mac OS X. Patches to support other distrubutions/systems welcome.
41 stars 12 forks source link

Small fixes #4

Closed techtonik closed 12 years ago

techtonik commented 12 years ago

This allows to specify build type from command line, e.g. BUILD_TYPE=Debug ./build_and_install, and hopefully improves README a little.

techtonik commented 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