mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-09 08:54:00 +02:00
Update python-config to python2.7-config, now default on Raspbian 8
This commit is contained in:
parent
cb1dc6dab9
commit
f77a3e3e86
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
PYTHON_INCLUDES := $(shell python-config --includes)
|
||||
PYTHON_INCLUDES := $(shell python2.7-config --includes)
|
||||
CXXFLAGS += -Wall -g $(PYTHON_INCLUDES) -fPIC
|
||||
LDFLAGS += -lnfc
|
||||
OBJECTS = brmdoor_nfc.o brmdoor_nfc_wrap.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue