Skip to content

Commit

Permalink
fix ci-config.mak lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
petabyt authored Oct 3, 2023
1 parent 96c8589 commit a369961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ci-config.mak
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LDFLAGS=-Lvusb/ -Wl,-rpath=vusb/ -lvusb -lexif
LDFLAGS=-L../vusb/ -Wl,-rpath=../vusb/ -lvusb -lexif

0 comments on commit a369961

Please sign in to comment.