Skip to content

Commit

Permalink
Get Vico compiling on the 10.8 SDK and update Nu to 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend committed Aug 24, 2013
1 parent 6634d2b commit 39a4e9c
Show file tree
Hide file tree
Showing 15 changed files with 1,388 additions and 1,146 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ OBJCFLAGS += -Wshorten-64-to-32
# Flags for PLBlockIMP
CFLAGS += -DPL_BLOCKIMP_PRIVATE

SDK = $(XCODEROOT)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
SDK = $(XCODEROOT)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk

ARCH_CFLAGS = -arch $(ARCH) -isysroot $(SDK) -mmacosx-version-min=10.6 -fasm-blocks
CFLAGS += $(ARCH_CFLAGS)
Expand Down
Loading

0 comments on commit 39a4e9c

Please sign in to comment.