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
Regression from a5cf926
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Compiling SCU build results in
LINK : fatal error LNK1181: cannot open input file „modules\module_gdscript.windows.editor.dev.x86_64.lib”
CC @Riteo
scons dev_build=yes scu_build=yes
N/A
EDIT: Seems like reverting scu_builders.py changes is enough to fix this.
scu_builders.py
The text was updated successfully, but these errors were encountered:
Fixed by #90450
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Tested versions
Regression from a5cf926
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
Compiling SCU build results in
CC @Riteo
Steps to reproduce
scons dev_build=yes scu_build=yes
Minimal reproduction project (MRP)
N/A
EDIT:
Seems like reverting
scu_builders.py
changes is enough to fix this.The text was updated successfully, but these errors were encountered: