From 16ca2319d9aaa4d2e32b1ae58037c0bab563b13f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 6 Nov 2017 00:27:54 +0330 Subject: fix --- bruiser/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bruiser/makefile b/bruiser/makefile index 6dc79ec..d9d8871 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -3,7 +3,7 @@ include ../macros.mk #######################################VARS#################################### -CXX_FLAGS+=-I/usr/include $(shell python3-config --includes) +CXX_FLAGS+=$(shell python3-config --includes) -I/usr/include BRUISER=bruiser LUA?=JIT LIB_LUA=./lua-5.3.4/src/liblua.a -- cgit v1.2.3