We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ADAPTER_TARGET_DIR
1 parent a672e2c commit 677d22eCopy full SHA for 677d22e
Allwmake
@@ -17,7 +17,7 @@ adapter_build_command(){
17
}
18
19
# Where should the adapter be built? Default: "${FOAM_USER_LIBBIN}"
20
-ADAPTER_TARGET_DIR="${FOAM_USER_LIBBIN:-}"
+ADAPTER_TARGET_DIR="${ADAPTER_TARGET_DIR:-$FOAM_USER_LIBBIN}"
21
22
# More information for compatibility with OpenFOAM
23
DOC_COMPATIBILITY="https://precice.org/adapter-openfoam-support.html"
0 commit comments