summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7dcc77e..720af44 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
BIN ?= murmur
SRC = murmurhash.c
-CFLAGS += -std=c99 -Wall -I.
+CFLAGS += -std=c99 -Wall -I. -DMURMURHASH_WANTS_HTOLE32=1
PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man
MAN_FILES = $(wildcard man/*.md)