-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Godot 4.1.3 Stable Release
Remove env.Append(LIBPATH=godot_env["LIBPATH"]) godot-cpp's SConstruct just directly inserts the libgodot-cpp library directly into LIBS Fixup `scons compiledb=yes` to automatically generate the compile_commands.json
- Loading branch information
1 parent
0008bd6
commit b9dfd66
Showing
5 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule godot-cpp
updated
47 files
Submodule scripts
updated
5 files
+47 −5 | SConstruct | |
+3 −1 | tools/linux.py | |
+29 −7 | tools/macos.py | |
+68 −16 | tools/targets.py | |
+38 −12 | tools/windows.py |