diff build/darwin-config.py @ 380:2a1259ce2b95

Moved the check for the SWIG environment variable from darwin-config.py to Sconstruct so all platforms can use it. You should now be able to specify CXXFLAGS either by command line or by setting your CXXFLAGS environment variable.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 12 Jan 2010 17:22:43 +0000
parents 64738befdf3b
children 81641655bc38
line wrap: on
line diff
--- a/build/darwin-config.py	Tue Jan 12 16:49:06 2010 +0000
+++ b/build/darwin-config.py	Tue Jan 12 17:22:43 2010 +0000
@@ -19,9 +19,6 @@
 	env.Append(CPPPATH = include_dirs)
 	env.Append(LIBPATH = lib_dirs)
 
-	if os.environ.has_key('SWIG'):
-		env['SWIG'] = os.environ['SWIG']
-
 	return env
 	
 def addExtras(env, opengl):