Skip to content

Commit

Permalink
deps: use libmsvcrt from toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jan 18, 2025
1 parent c43095f commit 0ae6207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/csl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ install-csl:
ifeq ($(ARCH),x86_64)
# libmingw32: mingw_raise_matherr
# libmingwex: ldexp,log2l,exp2l,powi
-cp -a /mingw64/lib/libmsvcrt.a $(build_private_libdir)/
-cp -a /mingw64/lib/libmingw32.a $(build_private_libdir)/
-cp -a /mingw64/lib/libmingwex.a $(build_private_libdir)/
else
Expand Down

0 comments on commit 0ae6207

Please sign in to comment.