Changeset 7e482a9 in OpenModelica


Ignore:
Timestamp:
2020-06-12T12:50:33+02:00 (4 years ago)
Author:
Andreas Heuermann <andreas.heuermann@…>
Children:
56ec8be
Parents:
58e297e
Message:

Handle OMHOME with spaces in path

  • First fix for ticket #6004
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/Template/CodegenOMSIC.tpl

    r573788c r7e482a9  
    152152    <<
    153153    # Makefile generated by OpenModelica
    154     OMHOME=<%makefileParams.omhome%>
    155     OMLIB=<%makefileParams.omhome%>/<%OMLibs%>
     154    OMHOME='<%makefileParams.omhome%>'
     155    OMLIB='<%makefileParams.omhome%>/<%OMLibs%>'
    156156
    157157    CC=<%makefileParams.ccompiler%>
Note: See TracChangeset for help on using the changeset viewer.