mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[liba] Proper support for function-like macros for math functions
This commit is contained in:
committed by
EmilieNumworks
parent
f34146be5e
commit
5a2446eff7
@@ -99,7 +99,7 @@ objs += $(addprefix liba/src/external/openbsd/, \
|
||||
w_lgamma.o \
|
||||
)
|
||||
|
||||
liba/src/external/openbsd/%.o: CFLAGS += -Iliba/src/external/openbsd/include
|
||||
liba/src/external/openbsd/%.o: SFLAGS := -Iliba/src/external/openbsd/include $(SFLAGS)
|
||||
liba/src/external/openbsd/e_lgammaf_r.o: CFLAGS += -w
|
||||
liba/src/external/openbsd/s_log1pf.o: CFLAGS += -w
|
||||
liba/src/external/openbsd/s_scalbnf.o: CFLAGS += -w
|
||||
|
||||
Reference in New Issue
Block a user