File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,12 +158,12 @@ else
158158EMSDK := $(BUILD_WASM ) /emsdk
159159$(EMSDK ) :
160160 git clone https://github.com/emscripten-core/emsdk.git $(EMSDK )
161- cd $(EMSDK ) && ./emsdk install latest && ./emsdk activate latest && source ./emsdk_env.sh
161+ cd $(EMSDK ) && ./emsdk install latest && ./emsdk activate latest && . ./emsdk_env.sh
162162
163163SQLITE_SRC := $(BUILD_WASM ) /sqlite
164164$(SQLITE_SRC ) : $(EMSDK )
165165 git clone --branch version-$(SQLITE_VERSION ) --depth 1 https://github.com/sqlite/sqlite.git $(SQLITE_SRC )
166- source ./$(EMSDK ) /emsdk_env.sh && cd $(SQLITE_SRC ) && ./configure --enable-all
166+ . ./$(EMSDK ) /emsdk_env.sh && cd $(SQLITE_SRC ) && ./configure --enable-all
167167
168168$(TARGET ) : $(SQLITE_SRC ) $(SRC_FILES )
169169 cd $(SQLITE_SRC ) /ext/wasm && $(MAKE ) dist sqlite3_wasm_extra_init.c=../../../../../src/wasm.c
You can’t perform that action at this time.
0 commit comments