mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Support <isystem> includes in monorepo
This commit is contained in:
parent
5330442d85
commit
ea28f93a26
8 changed files with 298 additions and 51 deletions
|
@ -6,7 +6,7 @@ PKGS += LIBC_STDIO
|
|||
LIBC_STDIO_ARTIFACTS += LIBC_STDIO_A
|
||||
LIBC_STDIO = $(LIBC_STDIO_A_DEPS) $(LIBC_STDIO_A)
|
||||
LIBC_STDIO_A = o/$(MODE)/libc/stdio/stdio.a
|
||||
LIBC_STDIO_A_FILES := $(wildcard libc/stdio/*) $(wildcard libc/stdio/unlocked/*)
|
||||
LIBC_STDIO_A_FILES := $(wildcard libc/stdio/*)
|
||||
LIBC_STDIO_A_HDRS = $(filter %.h,$(LIBC_STDIO_A_FILES))
|
||||
LIBC_STDIO_A_SRCS_S = $(filter %.S,$(LIBC_STDIO_A_FILES))
|
||||
LIBC_STDIO_A_SRCS_C = $(filter %.c,$(LIBC_STDIO_A_FILES))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue