Fix makefile for mraa library
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
||||
CC := g++
|
||||
INC := -I include -I include/wiringPi -I /usr/local/include
|
||||
CFLAGS := -c --std=c++11 -Wall $(shell pkg-config --cflags --libs libmongocxx)
|
||||
LIB := -L /usr/local/lib -lmongocxx -lbsoncxx
|
||||
LIB := -L /usr/local/lib -lmongocxx -lbsoncxx -lmraa
|
||||
|
||||
|
||||
SRCDIR := src
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user