not else
This commit is contained in:
21
SConstruct
21
SConstruct
@@ -465,17 +465,16 @@ def handle_bundled_libs(extension, prefix=''):
|
|||||||
for targ in target_dirs:
|
for targ in target_dirs:
|
||||||
env.Install(targ, src_file)
|
env.Install(targ, src_file)
|
||||||
break
|
break
|
||||||
else:
|
src_file = path.join(lpath, 'x86_64-linux-gnu', prefix + lib + extension)
|
||||||
src_file = path.join(lpath, 'x86_64-linux-gnu', prefix + lib + extension)
|
try:
|
||||||
try:
|
print(os.listdir(path.join(lpath, 'x86_64-linux-gnu')))
|
||||||
print(os.listdir(path.join(lpath, 'x86_64-linux-gnu')))
|
except:
|
||||||
except:
|
pass
|
||||||
pass
|
if path.exists(src_file):
|
||||||
if path.exists(src_file):
|
print(src_file)
|
||||||
print(src_file)
|
for targ in target_dirs:
|
||||||
for targ in target_dirs:
|
env.Install(targ, src_file)
|
||||||
env.Install(targ, src_file)
|
break
|
||||||
break
|
|
||||||
if platform == "darwin":
|
if platform == "darwin":
|
||||||
targets = [
|
targets = [
|
||||||
"Blades of Exile",
|
"Blades of Exile",
|
||||||
|
Reference in New Issue
Block a user