diff raylib_examples/BUILD @ 60:d64a8c189a77

Merged
author June Park <me@mrjunejune.com>
date Sat, 20 Dec 2025 13:56:01 -0500
parents 82d1fe4d4ee6
children
line wrap: on
line diff
--- a/raylib_examples/BUILD	Tue Dec 16 21:01:45 2025 -0500
+++ b/raylib_examples/BUILD	Sat Dec 20 13:56:01 2025 -0500
@@ -1,4 +1,4 @@
-load(":raylib.bzl", "raylib_binary")
+load("//third_party/raylib:raylib.bzl", "raylib_binary")
 
 raylib_binary(
   name = "hello_world",