Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
added python3.4m to include path
Browse files Browse the repository at this point in the history
  • Loading branch information
jfly committed Sep 21, 2014
1 parent c73d4c3 commit 2052e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SRC := src
RELEASE := release
CXX := clang++
CFLAGS := -Wall -std=c++11 -Wno-c++11-narrowing
PYTHON_INC := -I/usr/include/python3.3m -I/usr/include/python3.2
PYTHON_INC := -I/usr/include/python3.4m -I/usr/include/python3.3m -I/usr/include/python3.2
INC := -I$(SRC)

FSKUBE_SRCS := $(BLD)/fsk.cpp $(BLD)/rs232.cpp $(BLD)/stackmat.cpp $(BLD)/logging.cpp $(BLD)/capi.cpp $(BLD)/digitizer.cpp
Expand Down

0 comments on commit 2052e7e

Please sign in to comment.