Skip to content

Commit

Permalink
Update config-macports.pri
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Apr 14, 2023
1 parent f822ad8 commit 24aee5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-macports.pri
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ macx:openmp {
# clang 12+ is OK to build Natron, but libomp 12+ has a bug on macOS when
# lanching tasks from a background thread, see https://bugs.llvm.org/show_bug.cgi?id=50579
LIBS += -L/opt/local/lib -L/opt/local/lib/libomp -liomp5
QMAKE_CC = /opt/local/bin/clang-mp-13
QMAKE_CXX = /opt/local/bin/clang++-mp-13
QMAKE_CC = /opt/local/bin/clang-mp-15
QMAKE_CXX = /opt/local/bin/clang++-mp-15
# Recent clang cannot compile QtMac.mm
QMAKE_OBJECTIVE_CC = clang
QMAKE_OBJECTIVE_CXX = clang++
Expand Down

0 comments on commit 24aee5e

Please sign in to comment.