godotjs / javascript

Javascript binding for godotengine
https://godotjs.github.io/
MIT License
963 stars 84 forks source link

Support scons custom_modules #140

Closed fire closed 1 year ago

fire commented 1 year ago

custom_modules is used a lot in my build system, I had to inline two python files to restore this and it made my code style worse.

Currently the SCons is told the location of the builtin_api.gen.json is custom_modules/builtin_api.gen.json I don't remember the exact error.

Geequlim commented 1 year ago

Never head of custom_nodule any documentation about this?

fire commented 1 year ago

https://docs.godotengine.org/en/stable/development/compiling/introduction_to_the_buildsystem.html#custom-modules

fire commented 1 year ago

I use git subrepo to merge so not necessary.