diff options
author | bloodstalker <thabogre@gmail.com> | 2017-11-05 19:26:39 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-11-05 19:26:39 +0000 |
commit | eb698d8e1a7e7d0e706787a6a88dc7ef865ed7e5 (patch) | |
tree | 8918617ad93d3a2b1470c98fb8b302bf16a6818f /bruiser/makefile | |
parent | now you can run load.py from bruiser. (diff) | |
download | mutator-eb698d8e1a7e7d0e706787a6a88dc7ef865ed7e5.tar.gz mutator-eb698d8e1a7e7d0e706787a6a88dc7ef865ed7e5.zip |
uses pythonconfig now
Diffstat (limited to 'bruiser/makefile')
-rw-r--r-- | bruiser/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |