Skip to content

Commit

Permalink
- attempt to fix fmu binaries path name, mention in #3057.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Jan 6, 2015
1 parent bf80555 commit 60bb840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenFMU.tpl
Expand Up @@ -1743,7 +1743,7 @@ case SIMCODE(modelInfo=MODELINFO(__), makefileParams=MAKEFILE_PARAMS(__), simula
case "inline-euler" then "-D_OMC_INLINE_EULER"
case "inline-rungekutta" then "-D_OMC_INLINE_RK"%>'
let compilecmds = getPlatformString2(modelNamePrefix(simCode), makefileParams.platform, fileNamePrefix, dirExtra, libsPos1, libsPos2, makefileParams.omhome)
let platformstr = match makefileParams.platform case "i386-pc-linux" then 'linux32' case "x86_64-linux" then 'linux64' else 'makefileParams.platform'
let platformstr = match makefileParams.platform case "i386-pc-linux" then 'linux32' case "x86_64-linux" case "x86_64-pc-linux" then 'linux64' else '<%makefileParams.platform%>'
<<
# Makefile generated by OpenModelica

Expand Down

0 comments on commit 60bb840

Please sign in to comment.