Skip to content

Commit

Permalink
Link libusb into shared obj to fix macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
petabyt committed Oct 3, 2023
1 parent c6a39e7 commit f35a90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FILES=$(addprefix src/,operations.o packet.o enums.o data.o enum_dump.o util.o c

# Unix-specific
CFLAGS+=$(shell pkg-config --cflags libusb-1.0)
#LDFLAGS?=$(shell pkg-config --libs libusb-1.0)
LDFLAGS?=$(shell pkg-config --libs libusb-1.0)
FILES+=src/libusb.o src/backend.o

# TODO: implement as CAMLIB_VERSION
Expand Down

0 comments on commit f35a90c

Please sign in to comment.