fix
Some checks failed
pyrite-dev/pmake/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-05-15 01:50:58 +09:00
commit f0879a2a55

View file

@ -43,7 +43,7 @@ ifeq ($(IS_WATCOM),1)
LDFLAGS = LDFLAGS =
LIBS = LIBS =
ifeq ($(IS_),1) ifeq ($(IS_WINDOWS),1)
CC += -bnt CC += -bnt
endif endif
endif endif
@ -56,7 +56,7 @@ ifeq ($(IS_MINGW),1)
endif endif
ifeq ($(IS_MUSL_CROSS),1) ifeq ($(IS_MUSL_CROSS),1)
CC = musl-$(CC) CC = musl-gcc
endif endif
### Common flags ### Common flags