From 15d1d4518e6e2c7b872437892d867489519ee810 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 11 Mar 2021 15:33:59 +0100 Subject: [PATCH] Typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3348df75..15ae537e 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ lib${PRG}.a: ${lib_obj} @${AR} ${AR_OPT} util/libtermcolor/libtermcolor.a: - @+${MAKE} -s -C util/libtermcolor static + @+${MAKE} BUILD_ON_WINDOWS=${BUILD_ON_WINDOWS} -s -C util/libtermcolor static util/libgwion_util.a: @+GWION_PACKAGE= ${MAKE} -s -C util -- 2.43.0