Skip to content

Commit 24aee5e

Browse files
committed
Update config-macports.pri
1 parent f822ad8 commit 24aee5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-macports.pri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ macx:openmp {
2020
# clang 12+ is OK to build Natron, but libomp 12+ has a bug on macOS when
2121
# lanching tasks from a background thread, see https://bugs.llvm.org/show_bug.cgi?id=50579
2222
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
23+
QMAKE_CC = /opt/local/bin/clang-mp-15
24+
QMAKE_CXX = /opt/local/bin/clang++-mp-15
2525
# Recent clang cannot compile QtMac.mm
2626
QMAKE_OBJECTIVE_CC = clang
2727
QMAKE_OBJECTIVE_CXX = clang++

0 commit comments

Comments
 (0)