libipc-examples/mk/makefile.static-build

7 lines
130 B
Text

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