Skip to content

Commit 31e343b

Browse files
committed
Travis: Fix missing -L
1 parent 3e4b5ea commit 31e343b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ before_install:
1414
install:
1515
- npm install
1616
before_script:
17-
- make CPP=g++-5 EXTRA_LDFLAGS=/usr/lib/x86_64-linux-gnu/
17+
- make CPP=g++-5 EXTRA_LDFLAGS=-L/usr/lib/x86_64-linux-gnu/
1818
script:
1919
- npm test

0 commit comments

Comments
 (0)