Skip to content

Commit

Permalink
attempt 3 to modify the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jan 23, 2022
1 parent 6854923 commit 3985205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_RPi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RPI=$(shell cat /proc/cpuinfo | grep Hardware | grep -c BCM2709)
endif

pigpio_detected=0
ifeq $(wildcard "/usr/lib/libpigpio.so")
ifneq ("$(wildcard "/usr/lib/libpigpio.so")", "")
pigpio_detected=1
endif

Expand Down

0 comments on commit 3985205

Please sign in to comment.