Skip to content

Commit caf6e95

Browse files
committed
- Put back the old FMI hack to work on Linux
- Disable MSL3.2.1 cppruntime tests until their performance improves git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18253 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent f22b4df commit caf6e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,9 +764,9 @@ else
764764
EXE=""
765765
SHREXT=".so"
766766
LIBGC="build/lib/omc/libgc.so"
767-
LIBSIMULATION=libSimulationRuntimeC.so
767+
LIBSIMULATION=libSimulationRuntimeC.a
768768
LIBRUNTIME=libOpenModelicaRuntimeC.so
769-
LIBFMIRUNTIME=libOpenModelicaFMIRuntimeC.so
769+
LIBFMIRUNTIME=libOpenModelicaFMIRuntimeC.a
770770
LIBFMILIB=libfmilib_shared.so
771771
FMILIB_SHARED=ON
772772
RT_LDFLAGS="$RT_LDFLAGS -lrt -lgc -lexpat $OPENMP"

0 commit comments

Comments
 (0)