Merge pull request #76 from StefanKarpinski/patch-1

Fix #68: don't require SystemStubs on OS X. SystemStubs does not exist on Lion.
This commit is contained in:
Xianyi Zhang 2012-01-01 05:57:25 -08:00
commit 0d3647c395
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ DLLWRAP = $(CROSS_SUFFIX)dllwrap
#
ifeq ($(OSNAME), Darwin)
EXTRALIB += -lSystemStubs
export MACOSX_DEPLOYMENT_TARGET=10.2
endif