Skip to content

Commit

Permalink
Fix build lib errors on MSYS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
carlzhc authored and zhangcar committed Apr 8, 2024
1 parent f281208 commit 66aa2e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ endif

ifdef STATIC
LDFLAGS=-static -static-libgcc
ifneq ($(MSYSTEM),)
CURSES_LIBS:= $(CURSES_LIBS).dll
endif
endif

CC?= gcc
Expand Down

0 comments on commit 66aa2e6

Please sign in to comment.