Update instructions and fix build

This commit is contained in:
isaac 2026-05-01 00:49:47 +02:00
parent ebe43c72c6
commit 2edd2ffea7
9 changed files with 63 additions and 13 deletions

View file

@ -3227,10 +3227,12 @@ cc_library(
"-framework CoreVideo",
"-framework CoreGraphics",
"-framework QuartzCore",
"-framework AppKit",
"-weak_framework Network",
"-weak_framework Metal",
],
}) + select({
"@platforms//os:macos": ["-framework AppKit"],
"//conditions:default": [],
}),
visibility = ["//visibility:public"],
)