Skip to content

Commit

Permalink
fix(itk-wasm-cli): avoid always generating python bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax committed Apr 21, 2023
1 parent 46dd690 commit aed9aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/itk-wasm-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ function bindgen(options) {
switch (language) {
case 'typescript':
typescriptBindgen(outputDir, buildDir, filteredWasmBinaries, options)
break
case 'python':
pythonBindgen(outputDir, buildDir, filteredWasmBinaries, options)
break
Expand Down

0 comments on commit aed9aed

Please sign in to comment.