Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client / build / test_build.py
index a30b4f8..8a751c6 100644 (file)
@@ -193,7 +193,8 @@ def LogDeps(path, nexe, arch, tools):
   for tool in tools:
     out_set |= set(GetLdrIrtNexe(path, nexe, arch, tool))
   for out in out_set:
-    print out
+    # Emit forward slashes here as that's what gyp expects.
+    print out.replace('\\', '/')
 
 
 def Main(argv):