Skip to content

Commit

Permalink
Fix Windows compilation. (#9572)
Browse files Browse the repository at this point in the history
  - The variable `Autoconf.cmake` was missing from the Windows version of `Autoconf.mo` (`Autoconf.mo.omdev.mingw`) which is used by the Makefiles build on windows.
  • Loading branch information
mahge committed Oct 21, 2022
1 parent 8a273be commit 8ea8dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw
Expand Up @@ -13,6 +13,7 @@ encapsulated package Autoconf
// which is the MSYS make.) since the latter is not supposed to be used on Windows shells.
// (systemCall uses 'cmd \c' to issue commands.)
constant String make = "mingw32-make";
constant String cmake = "cmake";
constant String exeExt = ".exe";
constant String dllExt = ".dll";
constant String libFortran = if not isNewOMDev then "-lgfortranbegin " else " ";
Expand Down

0 comments on commit 8ea8dd6

Please sign in to comment.