Merge pull request #376 from stefansaraev/oled-i2c

fix: ArduiPi_OLED wants -li2c
This commit is contained in:
Jonathan Naylor 2018-01-29 21:40:21 +00:00 committed by GitHub
commit 0a101b48c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
CC = gcc
CXX = g++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DOLED -I/usr/local/include
LIBS = -lArduiPi_OLED -lpthread
LIBS = -lArduiPi_OLED -li2c -lpthread
LDFLAGS = -g -L/usr/local/lib
OBJECTS = \