Attempt to fix OSX workflow
This commit is contained in:
parent
9b4865dceb
commit
1fc9ae0c0d
@ -303,7 +303,7 @@ LIBS += -lusb-1.0
|
||||
unix:LIBS += -L/usr/lib/
|
||||
win32:LIBS += -L"$$_PRO_FILE_PWD_" # Github actions placed libusb here
|
||||
osx:INCPATH += /usr/local/include
|
||||
osx:LIBS += $(shell pkg-config --libs libusb-1.0)
|
||||
osx:LIBS += -L/usr/local/lib $(shell pkg-config --libs libusb-1.0)
|
||||
|
||||
QT += widgets network
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user