wesnoth/py313.patch
Gwyn Ciesla 70ae5699f7 1.18.2
2024-07-31 11:40:32 -05:00

12 lines
353 B
Diff

--- src/SConscript~ 2024-06-28 22:42:43.000000000 -0500
+++ src/SConscript 2024-07-31 09:10:23.177546572 -0500
@@ -155,8 +155,7 @@
else:
bin = env.Alias(target, [], error_action)
AlwaysBuild(bin)
- locals()[target] = bin
- Export(target)
+ Export({target: bin})
return bin
for env in [test_env, client_env, env]: