-
-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
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
Linking for mingw/x86_64 on MSYS2 fails #1078
base: master
Are you sure you want to change the base?
Conversation
Command line length=8153 is OK, while 8159 is broken. |
Godot scons config is using almost the same code and seems to be working fine (but I guess godot-cpp is linking more file, so this might be the issue). If MSYS have 8159 line limits, the same probably should be done in the main repo. |
For my curiosity about subprocess.run() implementation, in Python-3.10.10\Lib\subprocess.py:
|
Agreed. Better with the whole godot-cpp/tools solution, or a quick fix if somebody reports a similar problem. |
Command line length=8158 is the maximum, and 8159 is broken. |
…timize "ar" command execution
This PR closes #1059:
FYI: subprocess