Skip to content

Commit

Permalink
ASD
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Sep 20, 2023
1 parent f90912d commit d67d0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ generate-files:

wasm-extensions-mvp: ${EXTENSION_CONFIG_STEP}
mkdir -p build_emscripten/wasm_mvp
emcmake cmake -DDUCKDB_CUSTOM_PLATFORM=wasm_mvp -DBUILD_EXTENSIONS_ONLY=1 -Bbuild_emscripten/wasm_mvp
emcmake cmake -DDUCKDB_CUSTOM_PLATFORM=wasm_mvp -DBUILD_EXTENSIONS_ONLY=1 -Bbuild_emscripten/wasm_mvp ${CMAKE_VARS}
emmake make -j8 -Cbuild_emscripten/wasm_mvp
cd build_emscripten/wasm_mvp && bash ../../scripts/duckdb-wasm-build-loadable.sh

Expand Down

0 comments on commit d67d0fa

Please sign in to comment.