mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-games/godot-dotnet: new package, add 4.4.1-r1
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
15
dev-games/godot-dotnet/files/godot-dotnet-4.4-scons.patch
Normal file
15
dev-games/godot-dotnet/files/godot-dotnet-4.4-scons.patch
Normal 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"])
|
||||
|
||||
Reference in New Issue
Block a user