Fix static build

This commit is contained in:
K. Lange 2021-02-13 09:01:12 +09:00
parent ce28992c83
commit c53b532e9f

View File

@ -38,7 +38,6 @@ else
CFLAGS +=-DSTATIC_ONLY
LDFLAGS += -static
all: ${TARGET}
OBJS += src/kuroko.o
KUROKO_LIBS = ${OBJS}
endif