Skip to content

Commit f69d73a

Browse files
committed
Clean OSX frameworks in test module
1 parent 0d31fe3 commit f69d73a

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

test/MODULE.bazel

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,22 @@ git_override(
3838

3939
osx = use_extension("@llvm//extensions:osx.bzl", "osx")
4040
osx.frameworks(names = [
41-
"CoreFoundation",
42-
"CoreServices",
43-
"CFNetwork",
44-
"DiskArbitration",
45-
"AudioUnit",
4641
"AudioToolbox",
42+
"AudioUnit",
43+
"CFNetwork",
4744
"CoreAudio",
4845
"CoreAudioTypes",
49-
"OpenAL",
46+
"CoreFoundation",
5047
"CoreMIDI",
48+
"CoreServices",
49+
"DiskArbitration",
50+
"Foundation",
5151
"IOKit",
52-
"SystemConfiguration",
52+
"Kernel",
53+
"OSLog",
54+
"OpenAL",
5355
"Security",
56+
"SystemConfiguration",
5457
])
5558
use_repo(osx, "macos_sdk")
5659

0 commit comments

Comments
 (0)