Do it correctly

This commit is contained in:
Ozan Çağlayan
2009-08-17 09:31:10 +00:00
parent 8c7f1724b5
commit ed0f16f46e
+1 -1
View File
@@ -523,7 +523,7 @@ def strip_file(filepath, fileinfo, outpath):
return True
"""
elif "SB executable" in fileinfo:
if "SB executable" in fileinfo:
if ctx.config.values.build.generatedebug:
check_dir(os.path.dirname(outpath))
save_elf_debug(filepath, outpath)