Skip to content

Commit

Permalink
include self compiled lib
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9849 committed Feb 6, 2024
1 parent 11482c9 commit b5da771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/pi4j-library-gpiod/src/main/native/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ INCLUDE = -I. \
-I/usr/lib/jvm/java-11-openjdk-amd64/include/linux \
-I/usr/lib/jvm/java-11-openjdk-armhf/include \
-I/usr/lib/jvm/java-11-openjdk-armhf/include/linux \
-I/usr/include
-I/usr/include -I./gpiod/install/include

CFLAGS := $(DEBUG) -Wall $(INCLUDE) -Winline -pipe $(CARGS) -fPIC
LIBS = -L lib/$(ARCH)/pi4j-gpiod -L gpiod -lgpiod -lrt
Expand Down

0 comments on commit b5da771

Please sign in to comment.