mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-06-16 13:22:55 +00:00
linux define
This commit is contained in:
parent
ea381936cd
commit
b209c7befe
2 changed files with 3 additions and 0 deletions
|
|
@ -6,5 +6,6 @@
|
|||
-D highDPI
|
||||
-D flow_border
|
||||
-D analyzer-optimize
|
||||
-D linux
|
||||
-hl native/marblegame.c
|
||||
--main Main
|
||||
|
|
|
|||
|
|
@ -553,6 +553,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