sdk/Build System: Solved the $(CPP) space issues
[sdk] / epj2make / epj2make.ec
index 81ddb83..920d1c0 100644 (file)
@@ -294,7 +294,7 @@ class epj2makeApp : GuiApplication
                   defaultCompiler.libraryDirs.Add(dir);
                delete optionsCompiler;
 
-               project = LoadProject(epjPath);
+               project = LoadProject(epjPath, null);
                if(project)
                {
                   ProjectConfig defaultConfig = null;