Really substitute the parameter. Thanks Fatih for noticing this.

This commit is contained in:
Ozan Çağlayan
2009-06-25 16:01:29 +00:00
parent 4e82a43832
commit 0ac62f6d5a
+1 -1
View File
@@ -158,7 +158,7 @@ def build(debugSymbols=False):
# Enable debugging symbols (-g -gdwarf2)
extra_config.append("CONFIG_DEBUG_INFO=y")
autotools.make("%s" " ".join(extra_config))
autotools.make("%s" % " ".join(extra_config))
def install():
suffix = __getSuffix()