Skip to content

Commit

Permalink
not smart
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed May 25, 2024
1 parent 8ec9fbc commit 8095faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ await new Command()
}

// there's no WAY im gonna try to wrestle with CMake on this one
await $`./build.bat --build_wasm_static_lib --disable_rtti --disable_exceptions --disable_wasm_exception_catching --skip_tests --config Release --parallel --minimal_build`;
await $`bash ./build.sh --build_wasm_static_lib --disable_rtti --disable_exceptions --disable_wasm_exception_catching --skip_tests --config Release --parallel --minimal_build`;

const buildRoot = join(onnxruntimeRoot, 'build', 'Linux', 'Release');
let originalArDesc = await Deno.readTextFile(join(buildRoot, 'onnxruntime_webassembly.ar')).then(c => c.trim().split('\n'));
Expand Down

0 comments on commit 8095faa

Please sign in to comment.