build: change to xmake mgr.
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
|
||||
#include "frelayGUI.h"
|
||||
|
||||
#ifndef COMPILER_USE_MINGW
|
||||
#ifndef NO_CRASHELPER
|
||||
#include <crashelper.h>
|
||||
#endif
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
#ifndef COMPILER_USE_MINGW
|
||||
#ifndef NO_CRASHELPER
|
||||
auto configDir = Util::GetCurConfigPath("frelay");
|
||||
#ifdef _WIN32
|
||||
backward::SetDumpFileSavePath(configDir + "/dumpfile");
|
||||
|
||||
Reference in New Issue
Block a user