try fix syntax

This commit is contained in:
2024-08-08 14:21:22 -05:00
parent bd102fca6d
commit b5376b2efb

View File

@@ -519,7 +519,7 @@ elif platform == "posix":
"BoE Scenario Editor",
]
atexit.register(lambda:
for targ in targets + [so for so in os.listdir("build/Blades of Exile") if '.so' in so]:
for targ in (targets + [so for so in os.listdir("build/Blades of Exile") if '.so' in so]):
subprocess.call(['patchelf', '--set-rpath', '.', targ], cwd='build/Blades of Exile'))
bundled_libs += Split("""
GL