This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5dfbdbcd0b
godot
/
modules
/
gdnative
/
arvr
/
config.py
6 lines
70 B
Python
Raw
Normal View
History
Unescape
Escape
SCons: Fix ARVR can_build arity
2018-09-18 06:56:44 +00:00
def
can_build
(
env
,
platform
)
:
Redoing the ARVR GDNative interface as module and tighter implementation
2017-10-07 13:51:17 +00:00
return
True
def
configure
(
env
)
:
pass