638e216115
Release notes: * 9.0 http://www.mesa3d.org/relnotes-9.0.html * 9.0.1 http://www.mesa3d.org/relnotes-9.0.1.html - This update includes the switch from autotools to SCons
11 lines
301 B
Python
11 lines
301 B
Python
--- scons/custom.py.orig 2012-10-10 16:32:44.000000000 +0200
|
|
+++ scons/custom.py 2012-10-10 16:32:29.000000000 +0200
|
|
@@ -301,6 +301,8 @@
|
|
createPkgConfigMethods(env)
|
|
createParseSourceListMethod(env)
|
|
|
|
+ env['LEX'] = '%%LOCALBASE%%/bin/flex'
|
|
+
|
|
# for debugging
|
|
#print env.Dump()
|
|
|