Allow using path for build_profile relative to custom.py
#14366
NormPlum
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When compiling Godot (e.g. for generating a custom export template), you can specify the path to a
build_profile(a file generated from Godot's Engine Compilation Configuration Editor). On the command line, this is done as follows:This path is relative to the directory that you're running
sconsfrom.You can also put all your command line build options into a Python file and reference it like so:
When you put the
build_profileoption into that file, it would be nice to use a path that's relative to the Python file, and not thesconscommand:Beta Was this translation helpful? Give feedback.
All reactions