Skip to content

Commit 56072a6

Browse files
committed
add library path for libusb
1 parent c5526ce commit 56072a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Software/LibreCAL-GUI/LibreCAL-GUI.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LIBS += -lusb-1.0
3333
unix:LIBS += -L/usr/lib/
3434
win32:LIBS += -L"$$_PRO_FILE_PWD_" # Github actions placed libusb here
3535
osx:INCPATH += /usr/local/include
36-
osx:LIBS += $(shell pkg-config --libs libusb-1.0)
36+
osx:LIBS += -L/usr/local/lib $(shell pkg-config --libs libusb-1.0)
3737

3838
# libusb-1.0.23 shall be extracted in same directory as this file
3939
windows{

0 commit comments

Comments
 (0)