projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
381e348
)
scons: Set default LIBS env var.
author
José Fonseca
<jrfonseca@tungstengraphics.com>
Thu, 17 Jul 2008 02:25:20 +0000
(11:25 +0900)
committer
José Fonseca
<jrfonseca@tungstengraphics.com>
Thu, 17 Jul 2008 16:20:44 +0000
(
01:20
+0900)
scons/gallium.py
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index b3e48ab3b7b770e6b4f1db593e9f0bf6d5fcf136..43603e510446c8741b59399eb5648670d5f25fdf 100644
(file)
--- a/
scons/gallium.py
+++ b/
scons/gallium.py
@@
-414,6
+414,9
@@
def generate(env):
]
env.Append(LINKFLAGS = linkflags)
+ # Default libs
+ env.Append(LIBS = [])
+
# Custom builders and methods
createConvenienceLibBuilder(env)
createCodeGenerateMethod(env)