mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-08-10 16:25:00 +00:00
Build utilities for Mac OSX 10.5+ using Xcode 3.1.4
This commit is contained in:
@@ -17,6 +17,8 @@ ifeq ($(UNAME_S),Darwin)
|
||||
# Should match OSX
|
||||
HID_C = hidapi/mac/hid.c
|
||||
LDFLAGS += -framework IOKit -framework CoreFoundation
|
||||
CFLAGS += -mmacosx-version-min=10.5 -arch x86_64 -arch i386 -arch ppc -isysroot /Xcode3.1.4/SDKs/MacOSX10.5.sdk
|
||||
CC=/Xcode3.1.4/usr/bin/gcc
|
||||
endif
|
||||
|
||||
|
||||
|
@@ -11,6 +11,8 @@ ifeq ($(UNAME_S),Darwin)
|
||||
# Should match OSX
|
||||
HID_C = ../bootloaderhost/hidapi/mac/hid.c
|
||||
LDFLAGS += -framework IOKit -framework CoreFoundation
|
||||
CFLAGS += -mmacosx-version-min=10.5 -arch x86_64 -arch i386 -arch ppc -isysroot /Xcode3.1.4/SDKs/MacOSX10.5.sdk
|
||||
CC = /Xcode3.1.4/usr/bin/gcc
|
||||
endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user