libipc-examples/mk/makefile.static-build

9 lines
164 B
Plaintext

ifdef STATIC
STATIC_BUILD ?= -static
CRYSTAL_STATIC_BUILD ?= --static
ZIG_STATIC_BUILD ?= -Dstatic=true
endif
# For interactive completion in the shell.
STATIC ?=