Mercurial
diff third_party/raylib/raylib.bzl @ 177:24fe8ff94056
Fixed few issues with current setup.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Wed, 21 Jan 2026 19:40:48 -0800 |
| parents | 78ea8d5ccc87 |
| children | 94705b5986b3 |
line wrap: on
line diff
--- a/third_party/raylib/raylib.bzl Mon Jan 19 18:56:54 2026 -0800 +++ b/third_party/raylib/raylib.bzl Wed Jan 21 19:40:48 2026 -0800 @@ -1,3 +1,5 @@ +load("@rules_cc//cc:cc_binary.bzl", "cc_binary") + def raylib_binary( name, srcs, @@ -43,7 +45,7 @@ linkopts_windows: Extra linkopts for Windows. static: Make build executable static """ - native.cc_binary( + cc_binary( name = name, srcs = srcs, data = data,