Skip to content

Commit

Permalink
Maybe add back a Library path?
Browse files Browse the repository at this point in the history
  • Loading branch information
audiohacked committed Jan 10, 2017
1 parent 6a9ab85 commit 9b05e7e
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
@@ -1,5 +1,5 @@
CC ?= gcc
CFLAGS ?= -std=c99 -pedantic-errors $(shell pkg-config --cflags libusb-1.0)
CFLAGS ?= -std=c99 -pedantic-errors -L/usr/lib/x86_64-linux-gnu $(shell pkg-config --cflags libusb-1.0)
LDFLAGS ?= $(shell pkg-config --libs libusb-1.0)

OBJS = main.o \
Expand Down

0 comments on commit 9b05e7e

Please sign in to comment.