Browse Source

Merge pull request #76 from StefanKarpinski/patch-1

Fix #68: don't require SystemStubs on OS X. SystemStubs does not exist on Lion.
tags/v0.1alpha2.5
Xianyi Zhang 13 years ago
parent
commit
0d3647c395
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Makefile.system

+ 0
- 1
Makefile.system View File

@@ -95,7 +95,6 @@ DLLWRAP = $(CROSS_SUFFIX)dllwrap
#

ifeq ($(OSNAME), Darwin)
EXTRALIB += -lSystemStubs
export MACOSX_DEPLOYMENT_TARGET=10.2
endif



Loading…
Cancel
Save