aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/luatablegen/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bruiser/luatablegen/makefile')
-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)