mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Make Godot compile on FreeBSD
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
def can_build(env, platform):
|
||||
import sys
|
||||
|
||||
if sys.platform.startswith("freebsd"):
|
||||
return False
|
||||
return platform == "macos" or platform == "windows" or platform == "linuxbsd"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user