We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f822ad8 commit 24aee5eCopy full SHA for 24aee5e
config-macports.pri
@@ -20,8 +20,8 @@ macx:openmp {
20
# clang 12+ is OK to build Natron, but libomp 12+ has a bug on macOS when
21
# lanching tasks from a background thread, see https://bugs.llvm.org/show_bug.cgi?id=50579
22
LIBS += -L/opt/local/lib -L/opt/local/lib/libomp -liomp5
23
- QMAKE_CC = /opt/local/bin/clang-mp-13
24
- QMAKE_CXX = /opt/local/bin/clang++-mp-13
+ QMAKE_CC = /opt/local/bin/clang-mp-15
+ QMAKE_CXX = /opt/local/bin/clang++-mp-15
25
# Recent clang cannot compile QtMac.mm
26
QMAKE_OBJECTIVE_CC = clang
27
QMAKE_OBJECTIVE_CXX = clang++
0 commit comments