Skip to content

Commit

Permalink
[integration]
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Dec 23, 2024
2 parents 09a506d + ed32efc commit 7fd8417
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyodide_build/buildpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ def get_builder(
case "shared_library":
builder = RecipeBuilderSharedLibrary
case _:
raise ValueError(
f"Unknown package type: {config.build.package_type}"
)
raise ValueError(f"Unknown package type: {config.build.package_type}")

return builder(recipe, build_args, build_dir, force_rebuild, continue_)

Expand Down

0 comments on commit 7fd8417

Please sign in to comment.