use SEXP_USE_STATIC_LIBS_NO_INCLUDE for static build

This commit is contained in:
Lukas Böger 2021-05-24 22:30:37 +01:00
parent 05ca40fa51
commit 6ffba28b02

View file

@ -79,7 +79,8 @@ or edited manually. Be sure to run this with a non-static
chibi-scheme. Then you can make the static executable with: chibi-scheme. Then you can make the static executable with:
\command{ \command{
make -B chibi-scheme-static SEXP_USE_DL=0 CPPFLAGS=-DSEXP_USE_STATIC_LIBS make -B chibi-scheme-static SEXP_USE_DL=0 \
CPPFLAGS="-DSEXP_USE_STATIC_LIBS -DSEXP_USE_STATIC_LIBS_NO_INCLUDE=0"
} }
By default files are installed in /usr/local. You can optionally By default files are installed in /usr/local. You can optionally