diff options
Diffstat (limited to 'bruiser/autogen/wasm/ltg/makefile')
| -rw-r--r-- | bruiser/autogen/wasm/ltg/makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/bruiser/autogen/wasm/ltg/makefile b/bruiser/autogen/wasm/ltg/makefile index 41d6c5a..7f06195 100644 --- a/bruiser/autogen/wasm/ltg/makefile +++ b/bruiser/autogen/wasm/ltg/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= | 
