@@ -700,7 +700,7 @@ def generateLibraryInclude(conf, ctx, lib, filename, build_dir, src_dir):
ln_dst=os.path.join(src_dir, dep)
if os.path.exists(ln_src):
os.remove(ln_src)
- print "symlink("+ln_dst+", "+ln_src+")"+str(os.path.exists(ln_src))
+ print("symlink("+ln_dst+", "+ln_src+")"+str(os.path.exists(ln_src)))
os.symlink(ln_dst, ln_src)
ret.append(ln_src)
else: