diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-15 11:07:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-15 11:07:50 +0100 |
| commit | 5769f0396ef1274aff54523925320ffeed7231b2 (patch) | |
| tree | a12e61ae3f3e802d7009f76be3e98be071cb4813 | |
| parent | 43cc7893f227029db902f10ae1337d3c65a824c1 (diff) | |
Fix previous.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
