aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-11-05 20:57:54 +0000
committerbloodstalker <thabogre@gmail.com>2017-11-05 20:57:54 +0000
commit16ca2319d9aaa4d2e32b1ae58037c0bab563b13f (patch)
tree1a6ce07310903eeb4315c4d088d4b6dbe87c2559 /bruiser/makefile
parentfix (diff)
downloadmutator-16ca2319d9aaa4d2e32b1ae58037c0bab563b13f.tar.gz
mutator-16ca2319d9aaa4d2e32b1ae58037c0bab563b13f.zip
fix
Diffstat (limited to 'bruiser/makefile')
-rw-r--r--bruiser/makefile2
1 files changed, 1 insertions, 1 deletions
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