diff options
-rw-r--r-- | science/openmodelica/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/openmodelica/Makefile b/science/openmodelica/Makefile index ac122b9230fa..9ce2d71e83f8 100644 --- a/science/openmodelica/Makefile +++ b/science/openmodelica/Makefile @@ -65,7 +65,7 @@ GH_TUPLE= \ CMAKE_ARGS= -DCMAKE_MAKE_PROGRAM=gmake \ -DPython_EXECUTABLE=${PYTHON_CMD} -CMAKE_ARGS+= -DDOM_USE_CCACHE:BOOL=${CCACHE_ENABLED:S/yes/ON/:S/no/OFF/} # if refuses to build w/out ccache by default +CMAKE_ARGS+= -DOM_USE_CCACHE:BOOL=${CCACHE_ENABLED:S/yes/ON/:S/no/OFF/} # if refuses to build w/out ccache by default LDFLAGS+= -lexecinfo -lintl -pthread |