Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 13, 2023
1 parent f2ab4b9 commit ed56adb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haskell/private/bazel_platforms.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# implementation for get_cpu_value in lib_cc_configure.bzl.
# https://github.com/bazelbuild/bazel/blob/e11506feaea7401c3d27f55b47183ef49bd1d5a8/tools/cpp/lib_cc_configure.bzl#L186

# TODO(chuck): Add unit tests.

def _get_os(os_cpu):
if os_cpu.find("darwin") >= 0:
return "osx"
Expand Down

0 comments on commit ed56adb

Please sign in to comment.