Move out libmsl functionality into separate libs
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
This commit is contained in:
4
make/ufuncs.mk
Normal file
4
make/ufuncs.mk
Normal file
@@ -0,0 +1,4 @@
|
||||
define add_lib
|
||||
ldflags += -L ../$(1)/build -l:$(1).a
|
||||
cflags += -isystem ../$(1)
|
||||
endef
|
||||
Reference in New Issue
Block a user