Skip to content

Commit

Permalink
Handle OMHOME with spaces in path
Browse files Browse the repository at this point in the history
  - First fix for ticket #6004
  • Loading branch information
Andreas Heuermann authored and adrpo committed Jun 12, 2020
1 parent 2134f9f commit c3a28bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMCompiler/Compiler/Template/CodegenOMSIC.tpl
Expand Up @@ -151,8 +151,8 @@ template createMakefile(SimCode simCode, String target, String makeflieName)

<<
# Makefile generated by OpenModelica
OMHOME=<%makefileParams.omhome%>
OMLIB=<%makefileParams.omhome%>/<%OMLibs%>
OMHOME='<%makefileParams.omhome%>'
OMLIB='<%makefileParams.omhome%>/<%OMLibs%>'

CC=<%makefileParams.ccompiler%>
CFLAGS= <%fPIC%>-Wall -Wextra -ansi -pedantic -g
Expand Down

0 comments on commit c3a28bc

Please sign in to comment.