You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That particular solution suggests passing "Shell=true", but when testing that also causes its own issues due to trying to treat the . operator as a program itself.
Tested versions
Godot v4.3.dev.mono (463ede1f7)
System information
Windows 10
Issue description
Scons currently errors when building an apk during the template creation process. This is due to this line here:
godot/platform/android/SCsub
Line 87 in 11d3768
There are 2 issues with this line.
subprocess.call
as can be seen in this stack overflow: https://stackoverflow.com/a/4616867/9733262That particular solution suggests passing "Shell=true", but when testing that also causes its own issues due to trying to treat the
.
operator as a program itself.This solution appears to actually fix it on my local test: https://stackoverflow.com/a/39474235/9733262
This was discovered when adding windows support to my
godot-src
project over here: https://github.com/Lange-Studios/godot-src.git.I will be putting a PR in for review shortly with a fix.
Steps to reproduce
I will be putting a PR in for review shortly with a fix so don't worry about reproducing. But for sake of completion:
Minimal reproduction project (MRP)
NA
The text was updated successfully, but these errors were encountered: