mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
Strongly link glob() into system() and popen()
This commit is contained in:
parent
4e9566cd33
commit
cafdb456ed
24 changed files with 216 additions and 59 deletions
|
@ -28,6 +28,7 @@ NET_TURFWAR_DIRECTDEPS = \
|
|||
LIBC_SOCK \
|
||||
LIBC_STDIO \
|
||||
LIBC_STR \
|
||||
LIBC_SYSTEM \
|
||||
LIBC_SYSV \
|
||||
LIBC_THREAD \
|
||||
LIBC_X \
|
||||
|
@ -39,7 +40,7 @@ NET_TURFWAR_DIRECTDEPS = \
|
|||
THIRD_PARTY_SQLITE3 \
|
||||
THIRD_PARTY_STB \
|
||||
THIRD_PARTY_TZ \
|
||||
THIRD_PARTY_ZLIB
|
||||
THIRD_PARTY_ZLIB \
|
||||
|
||||
NET_TURFWAR_DEPS := \
|
||||
$(call uniq,$(foreach x,$(NET_TURFWAR_DIRECTDEPS),$($(x))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue