+ remove a debug exit()

This commit is contained in:
kelson42 2013-12-19 14:46:16 +01:00
parent b75dadc8df
commit 7c0cec1629

View File

@ -301,7 +301,6 @@ for arch in ARCHS:
dest = 'libs/'
syscall('ln -sf %(src)s %(dest)s'
% {'src': ln_src, 'dest': dest})
sys.exit(0)
# check that the step went well
if CREATE_TOOLCHAIN or COMPILE_LIBLZMA or COMPILE_LIBZIM or \