bazelbuild / bazel-skylib

Common useful functions and rules for Bazel
https://bazel.build/
Apache License 2.0
387 stars 180 forks source link

Make `out` on `native_binary` optional #474

Closed tpudlik closed 4 months ago

tpudlik commented 10 months ago

Fixes: #399

tpudlik commented 10 months ago

We could avoid the .exe suffix on non-Windows machines by adding a is_windows attribute populated from a select in a wrapper macro (like in https://github.com/bazelbuild/bazel-skylib/blob/main/rules/private/copy_file_private.bzl#L140-L143), but adding a wrapper macro for such a minor aesthetic benefit seems a little overkill. Let me know if you'd like me to do it, though!