Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Nov 13, 2024
1 parent 071b31d commit 72133a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ clean_all: clean_configure clean

wasm_mvp: export DUCKDB_PLATFORM = wasm_mvp
wasm_mvp: configure release
cp -r build/release build/wasm_mvp

wasm_eh: export DUCKDB_PLATFORM = wasm_eh
wasm_eh: configure release
cp -r build/release build/wasm_eh

wasm_threads: export DUCKDB_PLATFORM = wasm_coi
wasm_threads: configure release
cp -r build/release build/wasm_threads

0 comments on commit 72133a5

Please sign in to comment.