From c43095f2e89f170b1b559e259c3d6b9f7502b4bd Mon Sep 17 00:00:00 2001 From: Chengyu Han Date: Sat, 18 Jan 2025 15:56:59 +0800 Subject: [PATCH] deps: add note for endif --- deps/csl.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deps/csl.mk b/deps/csl.mk index abfec951ebac3..c1b6b72747c41 100644 --- a/deps/csl.mk +++ b/deps/csl.mk @@ -137,8 +137,9 @@ else -cp -a /mingw32/i686-w64-mingw32/lib/libmingw32.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 -endif + ifeq ($(OS),WINNT) uninstall-csl: uninstall-gcc-libraries uninstall-gcc-libraries: