You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove server platform
This commit is contained in:
@@ -23,7 +23,7 @@ SConscript("coremidi/SCsub")
|
||||
SConscript("winmidi/SCsub")
|
||||
|
||||
# Graphics drivers
|
||||
if env["platform"] != "server" and env["platform"] != "javascript":
|
||||
if env["platform"] != "javascript":
|
||||
SConscript("vulkan/SCsub")
|
||||
else:
|
||||
SConscript("dummy/SCsub")
|
||||
|
||||
Reference in New Issue
Block a user