added homebrew arm64 paths

This commit is contained in:
nik gaffney 2022-09-25 22:30:39 +02:00
parent 493209c28d
commit dd92364be6

View File

@ -43,7 +43,8 @@ SOURCES += app/MainWindow.cpp \
INCLUDEPATH += brain/src
INCLUDEPATH += /usr/local/include
LIBS += -L.. -L/usr/local/lib -lportaudio -lfftw3 -lsndfile -llo -ldl -lpthread -lm
INCLUDEPATH += /opt/homebrew/include
LIBS += -L.. -L/usr/local/lib -L/opt/homebrew/lib -lportaudio -lfftw3 -lsndfile -llo -ldl -lpthread -lm
QMAKE_CXXFLAGS += -O3 -Wall -Wno-unused -std=c++11
@ -57,5 +58,3 @@ unix:iconfile.files = desktop/samplebrain.svg
target.path = /usr/bin
INSTALLS += target desktopfile iconfile