Fix absolute path in Makefile
This commit is contained in:
+3
-1
@@ -80,7 +80,7 @@ bool MakeGen(const std::string& filepath, const std::string& args, const ConfigF
|
||||
if(!success)
|
||||
return success;
|
||||
}
|
||||
LOG_INFO("---------------------------");
|
||||
LOG_INFO("-----------------------------------");
|
||||
LOG_INFO("Building ", conf.projectname);
|
||||
LOG_INFO("Generating Makefile...");
|
||||
Timer timer;
|
||||
@@ -91,6 +91,8 @@ bool MakeGen(const std::string& filepath, const std::string& args, const ConfigF
|
||||
return system(std::string("make --no-print-directory -C " + filepath + " " + args).c_str()) == 0;
|
||||
}
|
||||
|
||||
#include "FileUtils.h"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
unsigned int flags = ReadFlags(argc,argv);
|
||||
|
||||
Reference in New Issue
Block a user