Amend r6439

git-svn-id: https://svn.eduke32.com/eduke32@6444 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-09-21 04:32:14 +00:00
parent ab79264047
commit f203ca78a2

View file

@ -438,7 +438,9 @@ int main(int argc, char *argv[])
if ((argp = Bgetenv("BUILD_NOFOG")) != NULL)
nofog = Batol(argp);
putenv("__GL_THREADED_OPTIMIZATIONS=1");
#ifndef _WIN32
setenv("__GL_THREADED_OPTIMIZATIONS", "1", 0);
#endif
#endif
buildkeytranslationtable();