Skip to content

Commit

Permalink
build: fix up WIN_SRCS
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Feb 2, 2013
1 parent 7f3c783 commit b271b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-mingw.mk
Expand Up @@ -27,7 +27,7 @@ E=.exe
CFLAGS=$(CPPFLAGS) -g --std=gnu89 -D_WIN32_WINNT=0x0600 CFLAGS=$(CPPFLAGS) -g --std=gnu89 -D_WIN32_WINNT=0x0600
LDFLAGS=-lm LDFLAGS=-lm


WIN_SRCS=$(wildcard src/win/*.c) WIN_SRCS=$(wildcard $(SRCDIR)/src/win/*.c)
WIN_OBJS=$(WIN_SRCS:.c=.o) WIN_OBJS=$(WIN_SRCS:.c=.o)


RUNNER_CFLAGS=$(CFLAGS) -D_GNU_SOURCE # Need _GNU_SOURCE for strdup? RUNNER_CFLAGS=$(CFLAGS) -D_GNU_SOURCE # Need _GNU_SOURCE for strdup?
Expand Down

0 comments on commit b271b06

Please sign in to comment.