Skip to content

Commit

Permalink
Export win_python_wrapper.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
valadez-abel committed Jun 3, 2024
1 parent 297732d commit bef1b9a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion prelude/python_bootstrap/tools/BUCK.v2
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ source_listing()

prelude = native

prelude.export_file(
name = "win_python_wrapper.bat",
src = "win_python_wrapper.bat",
target_compatible_with = ["config//os:windows"],
visibility = ["PUBLIC"],
)

prelude.sh_binary(
name = "win_python_wrapper",
main = "win_python_wrapper.bat",
main = ":win_python_wrapper.bat",
target_compatible_with = ["config//os:windows"],
visibility = ["PUBLIC"],
)

0 comments on commit bef1b9a

Please sign in to comment.