mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
Remove -DSIGPIPE=0 for Windows
This commit is contained in:
parent
bad05485d0
commit
a8309ef705
@ -15,7 +15,6 @@ ifeq ($(OS),Windows_NT) # Windows settings. Assume MinGW compiler. To us
|
||||
CFLAGS += -lws2_32 # Link against Winsock library
|
||||
DELETE = cmd /C del /Q /F /S # Command prompt command to delete files
|
||||
OUT ?= -o $(PROG) # Build output
|
||||
CFLAGS += -DSIGPIPE=0 # No SIGPIPE on Windows
|
||||
endif
|
||||
|
||||
all: $(PROG) # Default target. Build and run program
|
||||
|
Loading…
Reference in New Issue
Block a user