Skip to content

Commit

Permalink
build: use libmsvcrt from gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Dec 20, 2024
1 parent ee819d0 commit 7fd63a5
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 @@ -112,6 +112,7 @@ install-csl:
cp -a $(build_libdir)/gcc/$(BB_TRIPLET)/13/libmsvcrt.a $(build_private_libdir)/
cp -a $(build_libdir)/gcc/$(BB_TRIPLET)/13/libssp.dll.a $(build_private_libdir)/
cp -a $(build_libdir)/gcc/$(BB_TRIPLET)/13/libssp.dll.a $(build_libdir)/
cp -a /mingw64/lib/libmsvcrt.a $(build_private_libdir)/
endif
endif
ifeq ($(OS),WINNT)
Expand Down

0 comments on commit 7fd63a5

Please sign in to comment.