From 721904f030131d65b0c6158c7a1c018eba1cad85 Mon Sep 17 00:00:00 2001 From: jwerle Date: Tue, 31 Dec 2024 13:35:09 -0500 Subject: chore(Makefile): specify '-DMURMUR_WANTS_HTOLE32' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3