linux define

This commit is contained in:
RandomityGuy 2026-06-15 14:05:21 +01:00
parent ee23828f4d
commit 5698770502
2 changed files with 6 additions and 0 deletions

View file

@ -1,7 +1,11 @@
-cp src
-lib heaps
-lib hlsdl
-lib colyseus-websocket
-lib datachannel
-D highDPI
-D flow_border
-D analyzer-optimize
-D linux
-hl native/marblegame.c
--main Main

View file

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