summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-15 11:07:50 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-15 11:07:50 +0100
commit5769f0396ef1274aff54523925320ffeed7231b2 (patch)
treea12e61ae3f3e802d7009f76be3e98be071cb4813
parent43cc7893f227029db902f10ae1337d3c65a824c1 (diff)
Fix previous.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0cc74c0e..acb44317 100644
--- a/cscript
+++ b/cscript
@@ -56,7 +56,7 @@ def build(target, options):
# a better solution.
cmd += ' --force-cpp11'
# pkg-config doesn't tell us that we need this; it assumes we already know
- target.append('LINKFLAGS', '-L/usr/lib64')
+ target.append('LINKFLAGS', '-L/usr/lib64', ' ')
if target.distro == 'mageia' and target.version == '6':
# Mageia 6 pulls the same stunt except it's libxml++ that requires C++11
cmd += ' --force-cpp11'