diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-29 14:49:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-29 14:49:15 -0400 |
commit | 5ae6c99b0b3a38e53c817bdc985226c90bcb7946 (patch) | |
tree | 483953085a78c65c9b228a503a9643b5b7d5b3e0 /Makefile | |
parent | fdfaf4ee920208c56d6239d254b5308fe38e5baa (diff) |
let's not -DOSX, that results in unwanted mangling
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ else OPTFLAGS=-DWITH_KQUEUE clibs=Utility/libdiskfree.o Utility/libmounts.o Utility/libkqueue.o ifeq ($(OS),Darwin) -OPTFLAGS=-DWITH_KQUEUE -DOSX +OPTFLAGS=-DWITH_KQUEUE # Ensure OSX compiler builds for 32 bit when using 32 bit ghc GHCARCH:=$(shell ghc -e 'print System.Info.arch') ifeq ($(GHCARCH),i386) |