mirror of
https://github.com/boschsensortec/BME280_SensorAPI.git
synced 2024-10-05 20:47:48 -04:00
Stop linking against wiringPi since those headers aren't used
This commit is contained in:
parent
0c11ddceb9
commit
1df746c9fa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user