From eb698d8e1a7e7d0e706787a6a88dc7ef865ed7e5 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 5 Nov 2017 22:56:39 +0330 Subject: uses pythonconfig now --- bruiser/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bruiser') diff --git a/bruiser/makefile b/bruiser/makefile index 6fe4c60..6dc79ec 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -3,7 +3,7 @@ include ../macros.mk #######################################VARS#################################### -CXX_FLAGS+=-I/usr/include -I/usr/include/python3.5m +CXX_FLAGS+=-I/usr/include $(shell python3-config --includes) BRUISER=bruiser LUA?=JIT LIB_LUA=./lua-5.3.4/src/liblua.a -- cgit v1.2.3