dev-games/godot-dotnet: new package, add 4.4.1-r1

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2025-08-28 22:55:37 -03:00
parent 2fda22137f
commit 48bbca1fb0
4 changed files with 795 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
--- a/SConstruct
+++ b/SConstruct
@@ -274,2 +274,3 @@
opts.Add("CC", "C compiler binary")
+opts.Add("AR", "Archiver")
opts.Add("LINK", "Linker binary")
@@ -749,8 +750,2 @@
env.Append(CCFLAGS=[f"-ffile-prefix-map={project_path}=."])
- else:
- if methods.is_apple_clang(env):
- # Apple Clang, its linker doesn't like -s.
- env.Append(LINKFLAGS=["-Wl,-S", "-Wl,-x", "-Wl,-dead_strip"])
- else:
- env.Append(LINKFLAGS=["-s"])