mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Amend r6439
git-svn-id: https://svn.eduke32.com/eduke32@6444 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ab79264047
commit
f203ca78a2
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue