mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-02-07 21:30:56 +00:00
Build utilities for Mac OSX 10.5+ using Xcode 3.1.4
This commit is contained in:
parent
767f12e481
commit
2bad7c0d85
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user