After compiling scons, I got the .lib files, but I didn't get the godot.exe

Godot Version

4.3

Question

Terminal output correct, but where .exe?


What is in p_list? If you want to compile for windows editor just use scons target=editor platform=windows

Also from the name of your directory this looks the code for godot c++ bindings, that’s used for GDExtension plugins/modules, if you want to compile the engine you need to compile from this: GitHub - godotengine/godot: Godot Engine – Multi-platform 2D and 3D game engine

1 Like

Thank you, you are the best!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.