Disable 3D-only modules when 3D is disabled
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
def can_build(env, platform):
|
||||
return True
|
||||
return not env["disable_3d"]
|
||||
|
||||
|
||||
def configure(env):
|
||||
|
||||
Reference in New Issue
Block a user