Don't set a value for env['INCLUDEDIR']; pointless as it is not used. Should fix bug #466.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Mon, 12 Jan 2009 18:46:28 +0000
changeset 4083 5a5d8b94047a
parent 4082 048db3e90b9b
child 4084 dd514b5e0bc6
child 4085 31945ecb17e2
Don't set a value for env['INCLUDEDIR']; pointless as it is not used. Should fix bug #466.
wscript
--- a/wscript	Mon Jan 12 18:45:03 2009 +0000
+++ b/wscript	Mon Jan 12 18:46:28 2009 +0000
@@ -194,9 +194,7 @@
 
     # create the second environment, set the variant and set its name
     variant_env = conf.env.copy()
-    #debug_level = Options.options.debug_level.lower()
     variant_name = Options.options.build_profile
-    variant_env['INCLUDEDIR'] = os.path.join(variant_env['PREFIX'], 'include')
 
     if Options.options.regression_traces is not None:
         variant_env['REGRESSION_TRACES'] = os.path.join("..", Options.options.regression_traces)