We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba961b commit be1704aCopy full SHA for be1704a
1 file changed
Makefile
@@ -41,6 +41,8 @@ ifeq ($(THREAD_MODEL), posix)
41
TARGET_TRIPLE = wasm32-wasi-threads
42
endif
43
44
+BUILTINS_LIB ?= $(shell ${CC} --print-libgcc-file-name)
45
+
46
# These variables describe the locations of various files and directories in
47
# the source tree.
48
DLMALLOC_DIR = dlmalloc
0 commit comments