Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
godotengine
Edit Copy
Star
GitHub Repository:
godotengine/godot
Path:
blob/master/modules/astcenc/config.py
1
0
2
7
7
views
1
def
can_build
(
env
,
platform
)
:
2
return
True
3
4
5
def
configure
(
env
)
:
6
pass
7
8