Skip to content

Commit

Permalink
- Fix the path
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 29, 2012
1 parent 64db10c commit 650b06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -623,10 +623,10 @@ fi

if test "Darwin" = `uname`; then
EXE=".app"
LIBGC="libgc.a"
LIBGC="build/lib/omc/libgc.a"
else
EXE=""
LIBGC="libgc.so libgc.so.1 libgc.so.1.0.3"
LIBGC="build/lib/omc/libgc.so build/lib/omc/libgc.so.1 build/lib/omc/libgc.so.1.0.3"
fi

if test "Darwin" != `uname`; then
Expand Down

0 comments on commit 650b06d

Please sign in to comment.