From 1df746c9fa9cc7979c366e11a681a4d182670da6 Mon Sep 17 00:00:00 2001 From: Laura Lindzey Date: Sun, 7 May 2023 06:37:42 +0000 Subject: [PATCH] Stop linking against wiringPi since those headers aren't used --- examples/contributed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/contributed/Makefile b/examples/contributed/Makefile index 1cfc7d4..6e83cae 100644 --- a/examples/contributed/Makefile +++ b/examples/contributed/Makefile @@ -1,5 +1,5 @@ raspbian: - gcc linux_userspace.c ../../bme280.c -I ../.. -lwiringPi -o bme280 + gcc linux_userspace.c ../../bme280.c -I ../.. -o bme280 bsd: gcc bsd_userspace.c ../../bme280.c -I ../.. -o bme280