Skip to content

Commit

Permalink
fix python settings for native build
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10290 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Mar 18, 2009
1 parent cf97d7b commit b7c8ecd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mac/xcode/qgis_settings.xcconfig
@@ -1,6 +1,6 @@
// QGIS Xcode project common build settings

CURRENT_PROJECT_VERSION = 2.1.0
CURRENT_PROJECT_VERSION = 2.1.1

// SDK not required for native universal build, but recommended,
// and allows building multiple SDK builds side-by-side
Expand Down Expand Up @@ -276,8 +276,10 @@ PYTHON_INC = $(PYTHON_PREFIX)/Headers
PYTHON_LIB = -framework Python
PYTHON_HAVE_fw_tig = HAVE_PYTHON=1
PYTHON_HAVE_fw_leo = HAVE_PYTHON=1
PYTHON_HAVE_fw_ = HAVE_PYTHON=1
PYTHON_HAVE_system_tig =
PYTHON_HAVE_system_leo = HAVE_PYTHON=1
PYTHON_HAVE_system_ =
PYTHON_HAVE = $(PYTHON_HAVE_$(PYTHON_FORM)_$(SDKSYS))
PYTHON = $(PYTHON_PREFIX)/bin/python

Expand Down
2 changes: 2 additions & 0 deletions mac/xcode/qgis_user-template.xcconfig
Expand Up @@ -53,6 +53,8 @@
// system Python only on Leopard+
//PYTHON_FORM = fw // fw, system or disabled
//PYTHON_VERSION = 2.5 // can't auto-detect here
// only uncomment this for a native build on Leopard
//PYTHON_HAVE_system_ = HAVE_PYTHON=1

//////////////////////////////////////////////////////////////////////
// whether to bundle some external libs in the app package
Expand Down

0 comments on commit b7c8ecd

Please sign in to comment.