This website requires JavaScript.
Explore
Help
Register
Sign In
Nixyri
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-02-05 18:31:26 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
a75623f436
godot
/
modules
/
gdnative
/
config.py
9 lines
93 B
Python
Raw
Normal View
History
Unescape
Escape
missing files
2016-06-26 14:02:15 +00:00
def
can_build
(
platform
)
:
Removal of Image from Variant, converted to a Resource.
2017-05-17 10:36:47 +00:00
return
False
missing files
2016-06-26 14:02:15 +00:00
def
configure
(
env
)
:
added dlscript module This module was written by bojidar-bg and me, with the help of ClikCode and touilleMan. This adds a module to Godot that enables the use of dynamic libraries as a source for scripts. That also allows third party libraries to be linked to Godot more easily and without creating modules. For a readme see https://github.com/GodotNativeTools/godot_headers/blob/master/README.md
2017-04-03 14:11:38 +00:00
env
.
use_ptrcall
=
True
Reference in New Issue
Copy Permalink