follow-up: set STRIPBS in Makefiles

This commit is contained in:
nhmall
2025-03-10 17:18:58 -04:00
parent bddca2ded5
commit fbb8ef2fa6

View File

@@ -203,7 +203,8 @@ NOCRASHREPORT=1
endif
WINCFLAGS += -DMUSL_LIBC
# use this instead of col -bx
COLCMD = ../util/stripbs
COLCMD=../util/stripbs
STRIPBS=../util/stripbs
else
WINCFLAGS += -DGNU_LIBC
endif