Skip to content

Commit e9caf5c

Browse files
committed
property for -L
1 parent c6182cf commit e9caf5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/compiler-finder.js

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ class CompilerFinder {
203203
includePath: props("includePath", ""),
204204
linkFlag: props("linkFlag", "-l"),
205205
rpathFlag: props("rpathFlag", "-Wl,-rpath,"),
206+
libpathFlag: props("libpathFlag", "-L"),
206207
libPath: props("libPath", ""),
207208
ldPath: props("ldPath", "")
208209
.split("|")

0 commit comments

Comments
 (0)