From c9862293348bb4eca788281267e9424624482d3d Mon Sep 17 00:00:00 2001 From: Liam Wilson Date: Sat, 13 Jan 2024 03:39:53 +0000 Subject: [PATCH] fix typo --- steps/tcc-0.9.26/pass1.kaem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/tcc-0.9.26/pass1.kaem b/steps/tcc-0.9.26/pass1.kaem index 7e210f2e..9ce3672b 100755 --- a/steps/tcc-0.9.26/pass1.kaem +++ b/steps/tcc-0.9.26/pass1.kaem @@ -154,7 +154,7 @@ else IS_RISCV64=False fi -if match xIS_RISCV64${TCC_BOOTSTRAP_ALT} xFalseFalse; then +if match x${IS_RISCV64}${TCC_BOOTSTRAP_ALT} xFalseFalse; then tcc-mes -ar cr ${LIBDIR}/tcc/libtcc1.a libtcc1.o fi