1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +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
#if BF_PLATFORM_MACOS
return .Linux;
return .macOS;
#endif
#unwarn