aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/luatablegen
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-18 18:18:56 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-18 18:18:56 +0000
commit0c7b93feba2b421ef612607b625de845c0dd2e70 (patch)
tree24685644fb452215850f0b0ece88111a897e7af8 /bruiser/luatablegen
parentupdating faultreiber and tablegen to their respective latest commits (diff)
downloadmutator-0c7b93feba2b421ef612607b625de845c0dd2e70.tar.gz
mutator-0c7b93feba2b421ef612607b625de845c0dd2e70.zip
makefile updates for obfuscator and bruiser
Diffstat (limited to '')
-rw-r--r--bruiser/luatablegen/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/luatablegen/makefile b/bruiser/luatablegen/makefile
index a4ecdaf..472c591 100644
--- a/bruiser/luatablegen/makefile
+++ b/bruiser/luatablegen/makefile
@@ -1,6 +1,6 @@
CC=clang
CC?=clang
-CC_FLAGS=$(shell $(PY_CONF) --includes)
+CC_FLAGS=$(shell $(PY_CONF) --includes) -fpic
CC_EXTRA?=
CC_FLAGS+=$(CC_EXTRA)
SRCS=$(wildcard *.c)