summaryrefslogtreecommitdiff
path: root/scons
diff options
context:
space:
mode:
Diffstat (limited to 'scons')
-rw-r--r--scons/gallium.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index b3e48ab3b7..43603e5104 100644
--- 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)