mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2026-03-20 19:02:54 +01:00
Added a fix to include -lcrypt for people who can't do it themselves.
Added gpio readall support for the Pi 0W.
This commit is contained in:
@@ -41,7 +41,7 @@ INCLUDE = -I.
|
||||
DEFS = -D_GNU_SOURCE
|
||||
CFLAGS = $(DEBUG) $(DEFS) -Wformat=2 -Wall -Wextra -Winline $(INCLUDE) -pipe -fPIC
|
||||
|
||||
LIBS = -lm -lpthread -lrt
|
||||
LIBS = -lm -lpthread -lrt -lcrypt
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user