|
os.system(mpprefix + '/libexec/llvm-' + mpclangver + '/bin/llvm-dsymutil %s -o %s.dSYM' % (target[0], target[0]))
|
|
os.system(mpprefix + '/libexec/llvm-' + mpclangver + '/bin/llvm-dsymutil %s -o %s.dSYM' % (target[0], target[0]))
|
|
os.system('dsymutil %s -o %s.dSYM' % (target[0], target[0]))
|
|
os.system('dsymutil %s -o %s.dSYM' % (target[0], target[0]))
|