summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/cscript b/cscript
index 0c68cfec..46438b0c 100644
--- a/cscript
+++ b/cscript
@@ -58,9 +58,6 @@ def build(target, options):
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'
- if target.distro == 'fedora' or target.distro == 'mageia' or target.distro == 'centos':
- # pkg-config doesn't tell us that we need this; it assumes we already know
- target.append('LINKFLAGS', '-L/usr/lib64', ' ')
elif target.platform == 'windows':
cmd += ' --target-windows --disable-gcov --disable-tests'
if target.version == 'xp':