From: fennecdjay Date: Sun, 3 Jul 2022 17:07:34 +0000 (+0200) Subject: :wrench: build gwfmt X-Git-Tag: nightly~264^2~112 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=8f78844e3bf5cbf0f4d2d13b662657bcb172cf8d;p=gwion.git :wrench: build gwfmt --- diff --git a/Makefile b/Makefile index d569e83b..473aadd5 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ libcmdapp/libcmdapp.a: @+CFLAGS=-I$(shell pwd)/util/libtermcolor/include ${MAKE} -s -C libcmdapp static fmt/libgwion-fmt.a: ast/libgwion_ast.a - @+${MAKE} -s -C fmt + @+CFLAGS="-I$(shell pwd)/util/libtermcolor/include -I$(shell pwd)/ast/libprettyerr/include" ${MAKE} -s -C fmt ast/libprettyerr/libprettyerr.a: @+CFLAGS=-I$(shell pwd)/util/libtermcolor/include ${MAKE} -s -C ast/libprettyerr static