mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
late cpp definitions should use XCPPFLAGS, not CPPFLAGS (issue #670)
This commit is contained in:
parent
e300659662
commit
b9a76ad9d8
1 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ SEXP_USE_NTP_GETTIME := $(shell echo "int main(){struct ntptimeval n; ntp_gettim
|
|||
endif
|
||||
|
||||
ifeq ($(SEXP_USE_NTP_GETTIME),1)
|
||||
CPPFLAGS += -DSEXP_USE_NTPGETTIME
|
||||
XCPPFLAGS += -DSEXP_USE_NTPGETTIME
|
||||
endif
|
||||
|
||||
ifndef SEXP_USE_INTTYPES
|
||||
|
@ -200,5 +200,5 @@ SEXP_USE_INTTYPES := $(shell echo "int main(){int_least8_t x;}" | $(CC) -fsyntax
|
|||
endif
|
||||
|
||||
ifeq ($(SEXP_USE_INTTYPES),1)
|
||||
CPPFLAGS += -DSEXP_USE_INTTYPES
|
||||
XCPPFLAGS += -DSEXP_USE_INTTYPES
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue