configure: separate callisto's cppflags from other libraries' cppflags

This commit is contained in:
Jeremy Baxter 2024-02-27 18:05:21 +13:00
parent e86912a601
commit d21cceb014
3 changed files with 7 additions and 3 deletions

View file

@ -13,7 +13,7 @@
-LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
-LIBS= -lm $(SYSLIBS) $(MYLIBS)
+CC= ${_CC}
+CFLAGS= ${_CFLAGS} ${_CPPFLAGS}
+CFLAGS= ${_CFLAGS} ${_EXT_CPPFLAGS}
+LDFLAGS= ${_LDFLAGS}
-AR= ar rcu