mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
os: implement os.fd_is_pending/1, os.Process.pipe_read/1, os.Process.is_pending/1 (#19787)
This commit is contained in:
parent
a92700e93b
commit
50c22b5a12
15 changed files with 288 additions and 136 deletions
|
@ -98,7 +98,7 @@ endif
|
|||
|
||||
all: latest_vc latest_tcc latest_legacy
|
||||
ifdef WIN32
|
||||
$(CC) $(CFLAGS) -std=c99 -municode -w -o v1.exe $(VC)/$(VCFILE) $(LDFLAGS)
|
||||
$(CC) $(CFLAGS) -std=c99 -municode -w -o v1.exe $(VC)/$(VCFILE) $(LDFLAGS) -lws2_32
|
||||
v1.exe -no-parallel -o v2.exe $(VFLAGS) cmd/v
|
||||
v2.exe -o $(VEXE) $(VFLAGS) cmd/v
|
||||
del v1.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue