You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
iOS modular build and export implementation.
This commit is contained in:
5
modules/camera/config.py
Normal file
5
modules/camera/config.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def can_build(env, platform):
|
||||
return platform == 'iphone' or platform == 'osx' or platform == 'windows'
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
Reference in New Issue
Block a user