Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 81d8a03

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
[BUILD] - fix generation of Autoconf.mo on msys/mingw
Belonging to [master]: - #3019
1 parent 02027be commit 81d8a03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ SimulationRuntime/build_c/
9999
SimulationRuntime/opc/ua/open62541.h
100100
SimulationRuntime/opc/ua/open62541.c
101101
SimulationRuntime/opc/ua/libomopcua.dll
102+
SimulationRuntime/OMSI/Build_dynamic/
103+
SimulationRuntime/OMSI/Build_static/
102104

103105
# OpenModelicaSetup
104106
Compiler/OpenModelicaSetup

Compiler/boot/Makefile.omdev.mingw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ LDFLAGS_SHARED_MAIN=-L"$(OMHOME)/$(LIB_OMC)" $(EXTRA_LD_FLAGS)
5555
default: all
5656

5757
../Util/Autoconf.mo: ../Util/Autoconf.mo.omdev.mingw
58-
sed "s/ISMINGW64/$(ISMINGW64)/" "$<" > "$@.tmp"
58+
sed "s/@ISMINGW64@/$(ISMINGW64)/" "$<" > "$@.tmp"
5959
mv "$@.tmp" "$@"
6060

6161
include Makefile.common

0 commit comments

Comments
 (0)