diff config/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
children 9df5587cf23b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/BUILD	Tue Sep 30 05:01:34 2025 -0700
@@ -0,0 +1,9 @@
+config_setting(
+  name        = "macos",
+  constraint_values = ["@platforms//os:osx"],
+)
+
+config_setting(
+  name        = "linux",
+  constraint_values = ["@platforms//os:linux"],
+)