Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11668 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Sep 15, 2009
1 parent ee90366 commit 439c337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac/xcode/qgis_settings.xcconfig
Expand Up @@ -9,7 +9,7 @@ ARCHS = $(NATIVE_ARCH) // ppc i386 ppc64 x86_64
//ARCHS = ppc i386 // for universal

// python archs may be different
ARCHS_P = $(ARCH_P_$(SDKSYS)) // in the form arch1;arch2;...
ARCHS_P = $(ARCHS_P_$(SDKSYS)) // in the form arch1;arch2;...

//////////////////////////////////////////////////////////////////////
// QGIS version info & config
Expand Down

0 comments on commit 439c337

Please sign in to comment.