1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00

Returned proper platform

This commit is contained in:
bfiete 2020-05-21 09:21:08 -07:00
parent 1354bc5cf9
commit 2eef7f58b1

View file

@ -56,7 +56,7 @@ namespace IDE
#endif #endif
#if BF_PLATFORM_MACOS #if BF_PLATFORM_MACOS
return .Linux; return .macOS;
#endif #endif
#unwarn #unwarn