We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c01bc commit 873de9eCopy full SHA for 873de9e
haskell/private/bazel_platforms.bzl
@@ -4,6 +4,8 @@
4
# implementation for get_cpu_value in lib_cc_configure.bzl.
5
# https://github.com/bazelbuild/bazel/blob/e11506feaea7401c3d27f55b47183ef49bd1d5a8/tools/cpp/lib_cc_configure.bzl#L186
6
7
+# TODO(chuck): Add unit tests.
8
+
9
def _get_os(os_cpu):
10
if os_cpu.find("darwin") >= 0:
11
return "osx"
0 commit comments