Skip to content

Commit

Permalink
Fix linker paths
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 30, 2015
1 parent af9a702 commit 178cbda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SimulationRuntime/c/Makefile.in
Expand Up @@ -22,11 +22,11 @@ CONFIG_CFLAGS = @CFLAGS@ $(IPOPT_CFLAGS)
FPMATHFORTRAN = @FPMATHFORTRAN@

ifeq ($(OMC_MINIMAL_RUNTIME),)
LDFLAGS=-L$(top_builddir)/build/lib/omc @RT_LDFLAGS@ @RT_LDFLAGS_OPTIONAL@
LDFLAGS_SIM=-L$(top_builddir)/build/lib/omc -L$(CDASKRDIR) @RT_LDFLAGS_SIM@ @RT_LDFLAGS_SIM_OPTIONAL@
LDFLAGS=-L$(top_builddir)/build/lib/@host_short@/omc @RT_LDFLAGS@ @RT_LDFLAGS_OPTIONAL@
LDFLAGS_SIM=-L$(top_builddir)/build/lib/@host_short@/omc -L$(CDASKRDIR) @RT_LDFLAGS_SIM@ @RT_LDFLAGS_SIM_OPTIONAL@
else
LDFLAGS=-L$(top_builddir)/build/lib/omc @RT_LDFLAGS@
LDFLAGS_SIM=-L$(top_builddir)/build/lib/omc @RT_LDFLAGS_SIM@
LDFLAGS=-L$(top_builddir)/build/lib/@host_short@/omc @RT_LDFLAGS@
LDFLAGS_SIM=-L$(top_builddir)/build/lib/@host_short@/omc @RT_LDFLAGS_SIM@
endif

LIBMAKEFILE = Makefile
Expand Down

0 comments on commit 178cbda

Please sign in to comment.