Skip to content

Commit

Permalink
fix #317: 64-bit Windows release wsfull
Browse files Browse the repository at this point in the history
  • Loading branch information
tavmem committed Apr 1, 2015
1 parent 63b3f72 commit 96f9512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ OS := $(shell uname -s | tr "[:upper:]" "[:lower:]")
# Win-64
ifeq (mingw32_nt-6.2,$(OS))
CC=gcc
PRODFLAGS += -D_FILE_OFFSET_BITS=64
LDFLAGS = -lws2_32 -static -lpthread
OBJS= src/win/mman.o src/win/dlfcn.o src/win/safe-ctype.o src/win/fnmatch.o \
src/0.o src/c.o src/getline.o src/mt.o src/p.o \
Expand Down

0 comments on commit 96f9512

Please sign in to comment.