mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 08:20:28 +00:00
Fix close(1) bug on Windows
This commit is contained in:
parent
83341a4269
commit
b0e3258709
6 changed files with 51 additions and 7 deletions
3
Makefile
3
Makefile
|
@ -88,7 +88,8 @@ o/$(MODE): \
|
|||
|
||||
ifneq ($(LANDLOCKMAKE_VERSION),)
|
||||
ifeq ($(wildcard /usr/bin/ape),)
|
||||
$(error please run ape/apeinstall.sh if you intend to use landlock make)
|
||||
$(warning please run ape/apeinstall.sh if you intend to use landlock make)
|
||||
$(shell sleep .5)
|
||||
endif
|
||||
ifeq ($(USE_SYSTEM_TOOLCHAIN),)
|
||||
.STRICT = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue