瀏覽代碼

Correction indentation

Jean-Michel Caricand 2 年之前
父節點
當前提交
83b93029b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      generate.py

+ 1 - 1
generate.py

@@ -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: