diff third_party/raylib/raylib-5.5_macos/BUILD @ 11:f33d9ff8b6e8

[Raylib] Added raylib linux to third party lib and added cross platform support.
author June Park <parkjune1995@gmail.com>
date Tue, 30 Sep 2025 05:01:34 -0700
parents 5695ef413be0
children
line wrap: on
line diff
--- a/third_party/raylib/raylib-5.5_macos/BUILD	Tue Sep 30 03:56:39 2025 -0700
+++ b/third_party/raylib/raylib-5.5_macos/BUILD	Tue Sep 30 05:01:34 2025 -0700
@@ -2,11 +2,8 @@
 
 # //third_party/raylib/raylib-5.5_macos:raylib_mac_os
 cc_import(
-  name = "raylib_mac_os",
-  hdrs = [
-    "include/raylib.h",
-    "include/raymath.h",
-  ],
+  name = "raylib_mac",
+  hdrs = ["//third_party/raylib:raylib_hdrs"],
   static_library = "lib/libraylib.a",
   visibility = ["//visibility:public"],
   target_compatible_with = [