[GRASS-SVN] r39020 -
grass/branches/develbranch_6/gui/wxpython/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 5 16:09:38 EDT 2009
Author: kyngchaos
Date: 2009-09-05 16:09:38 -0400 (Sat, 05 Sep 2009)
New Revision: 39020
Modified:
grass/branches/develbranch_6/gui/wxpython/vdigit/setup.py
Log:
let vdigit link wx libs on OSX
Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/setup.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/setup.py 2009-09-05 20:07:57 UTC (rev 39019)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/setup.py 2009-09-05 20:09:38 UTC (rev 39020)
@@ -28,10 +28,9 @@
for flag in ('GDALCFLAGS',
'GDALLIBS',
'GEOSCFLAGS',
+ 'WXWIDGETSLIB',
'WXWIDGETSCXXFLAGS'):
update_opts(flag, macros, inc_dirs, lib_dirs, libs, extras)
-if sys.platform != 'darwin':
- update_opts('WXWIDGETSLIB', macros, inc_dirs, lib_dirs, libs, extras)
setup(
ext_modules= [
More information about the grass-commit
mailing list