Commit 7e20444
Fix: Add support build lib CDS with MSYS2 on win (not only MINGW). Without it cause a non-obvious error : "-Standard plugin entrypoint does not exist in module \src\plugins\Engine14 -The specified procedure could not be found."
```
[build] can't format message 17:0 -- message file /build/code/src\firebird.msg not found
[build] Error loading plugin Engine14
[build] -Standard plugin entrypoint does not exist in module \src\plugins\Engine14
[build] -The specified procedure could not be found.
[build] can't format message 17:120 -- message file /build/code/src\firebird.msg not found
[build] make[2]: *** [code/src/CMakeFiles/msg_fdb.dir/build.make:79: code/src/msg.fdb] Error 1
[build] make[1]: *** [CMakeFiles/Makefile2:888: code/src/CMakeFiles/msg_fdb.dir/all] Error 2
[build] make: *** [Makefile:136: all] Error 2
```1 parent 75bc597 commit 7e20444
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments