We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5526ce commit 56072a6Copy full SHA for 56072a6
Software/LibreCAL-GUI/LibreCAL-GUI.pro
@@ -33,7 +33,7 @@ LIBS += -lusb-1.0
33
unix:LIBS += -L/usr/lib/
34
win32:LIBS += -L"$$_PRO_FILE_PWD_" # Github actions placed libusb here
35
osx:INCPATH += /usr/local/include
36
-osx:LIBS += $(shell pkg-config --libs libusb-1.0)
+osx:LIBS += -L/usr/local/lib $(shell pkg-config --libs libusb-1.0)
37
38
# libusb-1.0.23 shall be extracted in same directory as this file
39
windows{
0 commit comments