mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: change fieldsFunctionObject library link order (fixes #1714)
- before (-lreactingPhaseSystem -ltwoPhaseReactingTurbulenceModels) after (-ltwoPhaseReactingTurbulenceModels -lreactingPhaseSystem) to fix symbol resolution issue on clang.
This commit is contained in:
@ -39,5 +39,5 @@ LIB_LIBS = \
|
|||||||
-lchemistryModel \
|
-lchemistryModel \
|
||||||
-lreactionThermophysicalModels \
|
-lreactionThermophysicalModels \
|
||||||
-lpairPatchAgglomeration \
|
-lpairPatchAgglomeration \
|
||||||
-lreactingPhaseSystem \
|
-ltwoPhaseReactingTurbulenceModels \
|
||||||
-ltwoPhaseReactingTurbulenceModels
|
-lreactingPhaseSystem
|
||||||
|
|||||||
Reference in New Issue
Block a user