diff options
Diffstat (limited to 'bruiser/autogen/wasm/ft/makefile')
-rw-r--r-- | bruiser/autogen/wasm/ft/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bruiser/autogen/wasm/ft/makefile b/bruiser/autogen/wasm/ft/makefile index 08e0ffe..1ee85d2 100644 --- a/bruiser/autogen/wasm/ft/makefile +++ b/bruiser/autogen/wasm/ft/makefile @@ -3,7 +3,11 @@ SHELL=bash SHELL?=bash CC=clang CC?=clang +ifdef OS +CC_FLAGS= +else CC_FLAGS= -fPIC +endif CC_EXTRA?= CTAGS_I_PATH?=./ LD_FLAGS= |