Skip to content

Commit 307c096

Browse files
committed
Fix WASM_FLAGS in Makefile by removing pthread option
1 parent f8411a8 commit 307c096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ $(SQLITE_SRC): $(EMSDK)
165165
git clone --branch version-$(SQLITE_VERSION) --depth 1 https://github.com/sqlite/sqlite.git $(SQLITE_SRC)
166166
cd $(EMSDK) && . ./emsdk_env.sh && cd ../sqlite && ./configure --enable-all
167167

168-
WASM_FLAGS = emcc.jsflags += -sFETCH -pthread
168+
WASM_FLAGS = emcc.jsflags += -sFETCH
169169
WASM_MAKEFILE = $(SQLITE_SRC)/ext/wasm/GNUmakefile
170170
$(TARGET): $(SQLITE_SRC) $(SRC_FILES)
171171
@grep '$(WASM_FLAGS)' '$(WASM_MAKEFILE)' >/dev/null 2>&1 || echo '$(WASM_FLAGS)' >> '$(WASM_MAKEFILE)'

0 commit comments

Comments
 (0)