We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d31fe3 commit f69d73aCopy full SHA for f69d73a
1 file changed
test/MODULE.bazel
@@ -38,19 +38,22 @@ git_override(
38
39
osx = use_extension("@llvm//extensions:osx.bzl", "osx")
40
osx.frameworks(names = [
41
- "CoreFoundation",
42
- "CoreServices",
43
- "CFNetwork",
44
- "DiskArbitration",
45
- "AudioUnit",
46
"AudioToolbox",
+ "AudioUnit",
+ "CFNetwork",
47
"CoreAudio",
48
"CoreAudioTypes",
49
- "OpenAL",
+ "CoreFoundation",
50
"CoreMIDI",
+ "CoreServices",
+ "DiskArbitration",
+ "Foundation",
51
"IOKit",
52
- "SystemConfiguration",
+ "Kernel",
53
+ "OSLog",
54
+ "OpenAL",
55
"Security",
56
+ "SystemConfiguration",
57
])
58
use_repo(osx, "macos_sdk")
59
0 commit comments