diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-05 14:21:36 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-05 14:21:36 +0000 |
commit | 398fd5f129db52063893098454f99b09633f0054 (patch) | |
tree | 2b37059e347bc9c9b82cdd62b8083a3d1d320841 /bruiser/autogen/wasm/ft | |
parent | appveyor badge [travis skip] (diff) | |
download | mutator-398fd5f129db52063893098454f99b09633f0054.tar.gz mutator-398fd5f129db52063893098454f99b09633f0054.zip |
fixing m0s builds for all llvm versions, added a windows cygwin build test on appveyor
Diffstat (limited to '')
-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= |