This commit is contained in:
Joey Hess 2012-09-29 14:51:14 -04:00
parent 0ccfb3bbb2
commit efb96f9153

View file

@ -23,7 +23,6 @@ else
OPTFLAGS=-DWITH_KQUEUE
clibs=Utility/libdiskfree.o Utility/libmounts.o Utility/libkqueue.o
ifeq ($(OS),Darwin)
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)