mirror of
https://github.com/godotengine/godot.git
synced 2024-12-27 11:24:59 +08:00
fd55308786
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
9 lines
92 B
Python
9 lines
92 B
Python
|
|
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
env.use_ptrcall = True
|