2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 16:24:55 +00:00

Windows build fixes

This commit is contained in:
Jack Andersen
2019-06-12 15:29:52 -10:00
parent 387f8fa864
commit 31caec79dd
5 changed files with 41 additions and 53 deletions

View File

@@ -233,9 +233,7 @@ Connection::Connection(int verbosityLevel) {
/* Put hecl_blendershell.py in temp dir */
const SystemChar* TMPDIR = GetTmpDir();
#ifdef _WIN32
m_startupBlend = hecl::WideToUTF8(TMPDIR);
#else
#ifndef _WIN32
signal(SIGPIPE, SIG_IGN);
#endif