Stop linking against wiringPi since those headers aren't used

This commit is contained in:
Laura Lindzey 2023-05-07 06:37:42 +00:00
parent 0c11ddceb9
commit 1df746c9fa

View File

@ -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