Testing works, stack-overflow fixed
This commit is contained in:
parent
5e2f4d464d
commit
35b2aa4a2f
5 changed files with 34 additions and 20 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include "event.hpp"
|
||||
#include "profiler.hpp"
|
||||
|
||||
#define MAC_OS
|
||||
// #define MAC_OS
|
||||
|
||||
namespace GC
|
||||
{
|
||||
|
|
@ -186,7 +186,7 @@ namespace GC
|
|||
std::string folder = path.substr(0, last_slash);
|
||||
#else
|
||||
auto folder = std::string("/Users/valtermiari/Desktop/DV/Bachelors/code/language/src/GC/tests");
|
||||
return folder + "/logs";
|
||||
#endif
|
||||
return folder + "/logs";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue