summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-01-30 10:56:44 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:09 +0100
commitf987166ee8985b07a3be06d9383ff1bb709b65f0 (patch)
tree5e9359414c8c967082b2c5590c622b32f9296310 /gyp
parent69975c709487d29877c9461a914c7ba297212a13 (diff)
downloadqtlocation-mapboxgl-f987166ee8985b07a3be06d9383ff1bb709b65f0.tar.gz
don't drop -L flags
Diffstat (limited to 'gyp')
-rwxr-xr-xgyp/link.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/link.py b/gyp/link.py
index 347dfe7a2b..f8d98074e2 100755
--- a/gyp/link.py
+++ b/gyp/link.py
@@ -17,6 +17,8 @@ while i < l:
if arg[0:2] == '-l':
flags.append(arg)
+ elif arg[0:2] == '-L':
+ flags.append(arg)
elif arg == '-arch':
i += 1
elif arg == '-framework':