mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Disable GLES builders and source from server compilation
This commit is contained in:
committed by
K. S. Ernest (iFire) Lee
parent
c0dce6e480
commit
8699f643c9
7
drivers/SCsub
vendored
7
drivers/SCsub
vendored
@@ -22,8 +22,11 @@ if env['xaudio2']:
|
||||
SConscript("xaudio2/SCsub")
|
||||
|
||||
# Graphics drivers
|
||||
SConscript('gles3/SCsub')
|
||||
SConscript('gl_context/SCsub')
|
||||
if (env["platform"] != "server"):
|
||||
SConscript('gles3/SCsub')
|
||||
SConscript('gl_context/SCsub')
|
||||
else:
|
||||
SConscript('dummy/SCsub')
|
||||
|
||||
# Core dependencies
|
||||
SConscript("png/SCsub")
|
||||
|
||||
Reference in New Issue
Block a user