From: Jérémie Astor Date: Fri, 16 Apr 2021 19:30:42 +0000 (+0200) Subject: :wrench: Update termcolor X-Git-Tag: nightly~739 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4235e4d7a9a3eb87afff85f9bb1d0d9ec9155859;p=gwion.git :wrench: Update termcolor --- diff --git a/Makefile b/Makefile index 7c6a5047..33b2550e 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ libcmdapp/libcmdapp.a: @+${MAKE} -s -C libcmdapp static ast/libprettyerr/libprettyerr.a: - @+CFLAGS=-I$(shell pwd)/util/libtermcolor/src ${MAKE} -s -C ast/libprettyerr static + @+CFLAGS=-I$(shell pwd)/util/libtermcolor/include ${MAKE} -s -C ast/libprettyerr static ast: ast/libgwion_ast.a @(info build ast)