Skip to content

Commit

Permalink
Do not copy libexpat.dll from OMDev. (#8202)
Browse files Browse the repository at this point in the history
  - This is for #8195.

  - It was giving warnings about incompatible dll on OMEdit messages.
  - It does not seem to be used anyway so it is removed.

  - If anything actually fails we will find out after the Windows tests are run.
  • Loading branch information
mahge committed Nov 23, 2021
1 parent 0802d69 commit d519288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OMCompiler/Makefile.omdev.mingw
Expand Up @@ -294,7 +294,6 @@ else # mingw64
test ! -f $(OMDEVMSYS)/tools/msys/mingw64/bin/libnghttp2-14.dll || cp -puf $(OMDEVMSYS)/tools/msys/mingw64/bin/libnghttp2-14.dll $(builddir_bin)/
test ! -f $(OMDEVMSYS)/tools/msys/mingw64/bin/libunistring-2.dll || cp -puf $(OMDEVMSYS)/tools/msys/mingw64/bin/libunistring-2.dll $(builddir_bin)/
endif
(cp -pf $(OMDEVMSYS)/lib/expat-win32-msvc/libexpat.dll $(builddir_bin)/)
(cp -pf $(OMDEVMSYS)/lib/lapack-win32-msvc/blas_win32_MT.dll $(builddir_bin)/)
(cp -pf $(OMDEVMSYS)/lib/lapack-win32-msvc/lapack_win32_MT.dll $(builddir_bin)/)
mkdir -p $(builddir_lib)/omc/libexec/
Expand Down

0 comments on commit d519288

Please sign in to comment.