Skip to content

Commit

Permalink
deps: add note for endif
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jan 18, 2025
1 parent 87fc9ff commit c43095f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/csl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c43095f

Please sign in to comment.