Skip to content

Commit

Permalink
FMI 2.0 spec uses the horrible name darwin64 for the binary location …
Browse files Browse the repository at this point in the history
…of x86 code... Whatever.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 30, 2014
1 parent e426d90 commit 4214eeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.in
Expand Up @@ -916,6 +916,8 @@ AC_MSG_RESULT([$OPENMODELICA_SPEC_PLATFORM])
AC_MSG_CHECKING([for Modelica platform name])
if test "$OPENMODELICA_SPEC_PLATFORM" = "linux-x86_64" -o "$OPENMODELICA_SPEC_PLATFORM" = "linux-i.86"; then
MODELICA_SPEC_PLATFORM=`echo $OPENMODELICA_SPEC_PLATFORM | sed "s/linux-x86_64/linux64/" | sed "s/linux-i.86/linux32/"`
elif test "$OPENMODELICA_SPEC_PLATFORM" = "darwin-x86_64" -o "$OPENMODELICA_SPEC_PLATFORM" = "linux-i.86"; then
MODELICA_SPEC_PLATFORM=`echo $OPENMODELICA_SPEC_PLATFORM | sed "s/darwin-x86_64/darwin64/" | sed "s/darwin-i.86/darwin32/"`
else
MODELICA_SPEC_PLATFORM=$OPENMODELICA_SPEC_PLATFORM
fi
Expand Down

0 comments on commit 4214eeb

Please sign in to comment.