Skip to content

Commit

Permalink
build: update csl lib for mingw32-i686
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Dec 21, 2024
1 parent fde32eb commit d250d38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deps/csl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,10 @@ ifeq ($(ARCH),x86_64)
-cp -a /mingw64/lib/libmsvcrt.a $(build_private_libdir)/
-cp -a /mingw64/lib/libmingwex.a $(build_private_libdir)/
else
-cp -a /mingw32/lib/libmsvcrt.a $(build_private_libdir)/
-cp -a /mingw32/lib/libmingwex.a $(build_private_libdir)/
# For i686 we are using niXman/mingw-builds-binaries, i686-12.2.0-release-posix-sjlj-rt_v10-rev0.7z
# https://github.com/JuliaCI/rootfs-images/blob/e7be8086ff1285b0f333ca72884977d01aed0e1f/windows/package-i686/Dockerfile#L28C107-L28C152
-cp -a /mingw32/i686-w64-mingw32/lib/libmsvcrt.a $(build_private_libdir)/
-cp -a /mingw32/i686-w64-mingw32/lib/libmingwex.a $(build_private_libdir)/
endif # ifeq ($(ARCH),x86_64)
endif # ifeq ($(OS),WINNT)
endif
Expand Down

0 comments on commit d250d38

Please sign in to comment.