Skip to content

Commit

Permalink
Fix FMIL (needs patch; can't compile only static version)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17485 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 2, 2013
1 parent 50d44a1 commit 06c835e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ GC_THREADS=--enable-threads=posix
LIBFMILIB=@LIBFMILIB@
LAPACK_TARGET=@LAPACK_TARGET@
OPENBLAS_EXTRA_ARGS=@OPENBLAS_EXTRA_ARGS@
FMILIB_SHARED = OFF
# We don't want the shared version, but symbols are not exported if we use the static version
# This compiles the shared and static versions, but we only copy the static version...
FMILIB_SHARED = ON

include Makefile.common

Expand Down

0 comments on commit 06c835e

Please sign in to comment.