# HG changeset patch # User MrJuneJune # Date 1768868914 28800 # Node ID 78ea8d5ccc87bffd69499db07d98395dbd8a2fbd # Parent ce05514681c6b3fbc814670cafd1ce2adc118291 [ThirdParty] Added sqlite3 to the third_party. diff -r ce05514681c6 -r 78ea8d5ccc87 third_party/bun/BUILD --- a/third_party/bun/BUILD Mon Jan 19 05:40:22 2026 -0800 +++ b/third_party/bun/BUILD Mon Jan 19 16:28:34 2026 -0800 @@ -16,6 +16,7 @@ src_folder = "bun-darwin-aarch64/bun", target_compatible_with = [ "@platforms//os:osx", + "@platforms//cpu:arm64", ], visibility = ["//visibility:public"], ) @@ -26,6 +27,7 @@ src_folder = "bun-linux-x64/bun", target_compatible_with = [ "@platforms//os:linux", + "@platforms//cpu:x86_64", ], visibility = ["//visibility:public"], ) @@ -37,6 +39,7 @@ src_folder = "bun-linux-aarch64/bun", target_compatible_with = [ "@platforms//os:linux", + "@platforms//cpu:arm64", ], visibility = ["//visibility:public"], ) diff -r ce05514681c6 -r 78ea8d5ccc87 third_party/raylib/raylib.bzl --- a/third_party/raylib/raylib.bzl Mon Jan 19 05:40:22 2026 -0800 +++ b/third_party/raylib/raylib.bzl Mon Jan 19 16:28:34 2026 -0800 @@ -14,7 +14,6 @@ "-framework OpenGL", ], linkopts_linux = [ - "-lGL", "-lm", "-lpthread", "-ldl",