Skip to content
Snippets Groups Projects
Commit 8600d6ba authored by sergio's avatar sergio Committed by Mark OLESEN
Browse files

COMP: change fieldsFunctionObject library link order (fixes #1714)

- before (-lreactingPhaseSystem -ltwoPhaseReactingTurbulenceModels)
  after  (-ltwoPhaseReactingTurbulenceModels -lreactingPhaseSystem)
  to fix symbol resolution issue on clang.
parent 1d7d5b2d
No related merge requests found
......@@ -39,5 +39,5 @@ LIB_LIBS = \
-lchemistryModel \
-lreactionThermophysicalModels \
-lpairPatchAgglomeration \
-lreactingPhaseSystem \
-ltwoPhaseReactingTurbulenceModels
-ltwoPhaseReactingTurbulenceModels \
-lreactingPhaseSystem
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment