mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 02:27:21 +00:00
added homebrew arm64 paths
This commit is contained in:
parent
493209c28d
commit
dd92364be6
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user