scirpt: build script.

This commit is contained in:
2025-07-06 13:04:05 +08:00
parent a65764dd5b
commit 3323755800
10 changed files with 64 additions and 110 deletions

View File

@@ -4,7 +4,7 @@
#include "Server.h"
#ifndef COMPILER_USE_MINGW
#ifndef NO_CRASHELPER
#include <crashelper.h>
#endif
@@ -17,7 +17,7 @@ int main(int argc, char* argv[])
port = atoi(argv[1]);
}
#ifndef COMPILER_USE_MINGW
#ifndef NO_CRASHELPER
auto configDir = Util::GetCurConfigPath("frelay");
#ifdef _WIN32
backward::SetDumpFileSavePath(configDir + "/dumpfile");