fix(wasm): added option for custom compiler in makefile
also rebuilt .wasm with appleclang
This commit is contained in:
parent
317d49eefe
commit
0a7979a986
2 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ SOURCES = utils.c \
|
|||
$(if $(filter 1, $(IGE_API)), crypto/ige256.c) \
|
||||
$(if $(filter 1, $(CTR_API)), crypto/ctr256.c)
|
||||
|
||||
CC := clang
|
||||
CC ?= clang
|
||||
CFLAGS_WASM := \
|
||||
-target wasm32-unknown-unknown \
|
||||
-nostdlib -ffreestanding -DFREESTANDING \
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue