We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master branch, commit 91b97da
Manjaro Linux
when building from source with a custom.pyfile set via the profile= Scons option, you get the warning message :
custom.py
profile=
WARNING: Unknown SCons variables were passed and will be ignored: profile=path/custom.py
nonetheless, the custom.py file gets parsed (a print line at the top gets called 3 times when doing so)
Create a custom.py file somewhere on your system. clone godot from github. call scons -j 4 profile=path/to/your/custom.py
scons -j 4 profile=path/to/your/custom.py
This happens with my (relatively) small project : you can do
git clone https://github.com/MadMcCrow/ARMORY.git git checkout WFC-custom-module git submodule update --init make
The text was updated successfully, but these errors were encountered:
This is a regression from #55203. It will be fixed by #55698 if it's merged.
Sorry, something went wrong.
profile
mono_glue
Successfully merging a pull request may close this issue.
Godot version
master branch, commit 91b97da
System information
Manjaro Linux
Issue description
when building from source with a
custom.py
file set via theprofile=
Scons option, you get the warning message :nonetheless, the
custom.py
file gets parsed (a print line at the top gets called 3 times when doing so)Steps to reproduce
Create a custom.py file somewhere on your system.
clone godot from github.
call
scons -j 4 profile=path/to/your/custom.py
Minimal reproduction project
This happens with my (relatively) small project :
you can do
The text was updated successfully, but these errors were encountered: