]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/IncludePath.java
Tried to fix EDKT149. Since the issue happened randomly, only long time test can...
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / IncludePath.java
index 3a30488cea70c2520caa270e6024efd04ded6eb6..c2865cb907a2cd2320762e746d0fb021da7b8f5e 100644 (file)
@@ -72,7 +72,7 @@ public class IncludePath implements NestElement {
      @param     name    The name of include path\r
      **/\r
     public void setName(String name){\r
-        this.path = "-I " + name;\r
+        this.path = " -I " + name;\r
     }\r
 \r
     /**\r