summaryrefslogtreecommitdiff
path: root/gyp/link.py
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/link.py')
-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':