Skip to content

Commit

Permalink
Update MLVApp.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii committed Jan 10, 2025
1 parent b10d37c commit a4081be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/qt/MLVApp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ macx{
QMAKE_CFLAGS += -fopenmp -ftree-vectorize
QMAKE_CXXFLAGS += -fopenmp -std=c++15 -ftree-vectorize
INCLUDEPATH += -I/opt/homebrew/opt/llvm/include
LIBS += -L/opt/homebrew/opt/llvm/lib -lomp -L/opt/homebrew/opt/openssl/lib -lssl -L/opt/homebrew/opt/llvm/lib/c++ -lc++
LIBS += -L/opt/homebrew/opt/llvm/lib -lomp -L/opt/homebrew/opt/openssl/lib -lssl -L/opt/homebrew/opt/llvm/lib/c++ -lc++ -lc++abi
QMAKE_MACOSX_DEPLOYMENT_TARGET = 11.7
QMAKE_APPLE_DEVICE_ARCHS = arm64
}
Expand Down

0 comments on commit a4081be

Please sign in to comment.