build: fix up WIN_SRCS
This commit is contained in:
parent
7f3c783583
commit
b271b0686d
@ -27,7 +27,7 @@ E=.exe
|
||||
CFLAGS=$(CPPFLAGS) -g --std=gnu89 -D_WIN32_WINNT=0x0600
|
||||
LDFLAGS=-lm
|
||||
|
||||
WIN_SRCS=$(wildcard src/win/*.c)
|
||||
WIN_SRCS=$(wildcard $(SRCDIR)/src/win/*.c)
|
||||
WIN_OBJS=$(WIN_SRCS:.c=.o)
|
||||
|
||||
RUNNER_CFLAGS=$(CFLAGS) -D_GNU_SOURCE # Need _GNU_SOURCE for strdup?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user