mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-06-23 16:53:01 +00:00
linux define
This commit is contained in:
parent
74c6c6defb
commit
afbe521849
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -525,6 +525,8 @@ class Util {
|
|||
#if hl
|
||||
#if MACOS_BUNDLE
|
||||
return "MacOS";
|
||||
#elseif linux
|
||||
return "Linux";
|
||||
#else
|
||||
return "Windows";
|
||||
#end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue