check x86_64-linux-gnu

This commit is contained in:
2024-07-18 11:48:14 -06:00
parent 79e2efb3bb
commit c54cc07a1a

View File

@@ -467,6 +467,13 @@ def handle_bundled_libs(extension, prefix=''):
for targ in target_dirs:
env.Install(targ, src_file)
break
else:
src_file = path.join(lpath, 'x86_64-linux-gnu', prefix + lib + extension)
if path.exists(src_file):
print(src_file)
for targ in target_dirs:
env.Install(targ, src_file)
break
if platform == "darwin":
targets = [
"Blades of Exile",