Skip to content

Commit

Permalink
Compile.bat: remove extra path separator
Browse files Browse the repository at this point in the history
  • Loading branch information
scrouthtv committed Sep 16, 2022
1 parent 03f13c0 commit b309373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/Compiler/scripts/Compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set C_INCLUDE_PATH=
set LIBRARY_PATH=
set OLD_PATH=%PATH%
call :CONVERT_OPENMODELICAHOME_TO_SHORT_PATH_NAME "%OPENMODELICAHOME%"
set "MINGW=%OPENMODELICAHOME%\tools\msys\%OM_PLATFORM%"
set "MINGW=%OPENMODELICAHOME%tools\msys\%OM_PLATFORM%"
set ADDITIONAL_ARGS=
REM If OMDEV is set, use MinGW from there instead of OPENMODELICAHOME
REM It is not certain that release OMC is installed
Expand Down

0 comments on commit b309373

Please sign in to comment.