Skip to content

Commit

Permalink
Add the canonical host_short to omhome
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 20, 2015
1 parent 8700c25 commit 2e0e4dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions m4/omhome.m4
@@ -1,3 +1,10 @@
AC_CANONICAL_TARGET
AC_SUBST(host_short)
build_short=$build_cpu-$build_os
host_short=$host_cpu-$host_os
echo "build_short: $build_short"
echo "host_short: $host_short"

AC_SUBST(OPENMODELICAHOME)
AC_ARG_WITH(openmodelicahome, [ --with-openmodelicahome=[OPENMODELICAHOME|PREFIX] (Find OPENMODELICAHOME - the directory where all OpenModelica dependencies are installed.)],[OMHOME="$withval"],[OMHOME=no])

Expand Down

0 comments on commit 2e0e4dd

Please sign in to comment.