linux define

This commit is contained in:
RandomityGuy 2026-06-15 13:26:37 +01:00
parent ea381936cd
commit b209c7befe
2 changed files with 3 additions and 0 deletions

View file

@ -6,5 +6,6 @@
-D highDPI
-D flow_border
-D analyzer-optimize
-D linux
-hl native/marblegame.c
--main Main

View file

@ -553,6 +553,8 @@ class Util {
#if hl
#if MACOS_BUNDLE
return "MacOS";
#elseif linux
return "Linux";
#else
return "Windows";
#end