mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-01-29 10:31:30 +00:00
Fix typo in scsi2sd-config Makefile for building on Mac OSX
This commit is contained in:
parent
7193c6f29b
commit
890106c806
@ -15,8 +15,8 @@ Features
|
||||
In-built active terminator.
|
||||
Can optional supply terminator power back to the SCSI bus
|
||||
Emulates a non-removable hard drive for maximum compatibility.
|
||||
Firmware updatable over USB (TODO software not yet implemented)
|
||||
Highly configurable over USB (TODO software not yet implemented)
|
||||
Firmware updatable over USB
|
||||
Highly configurable over USB
|
||||
Selectable SCSI ID
|
||||
Selectable parity support
|
||||
Enable/disable Unit Attention Condition
|
||||
|
@ -9,7 +9,7 @@ ifeq ($(UNAME_S),Linux)
|
||||
endif
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
# Should match OSX
|
||||
HID_C = ../bootloaderost/hidapi/mac/hid.c
|
||||
HID_C = ../bootloaderhost/hidapi/mac/hid.c
|
||||
LDFLAGS += -framework IOKit -framework CoreFoundation
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user