mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
Fix CreateThreadPool
This commit is contained in:
@@ -3286,7 +3286,7 @@ void CSaveRestore::Init( void )
|
||||
threadPoolStartParams.bUseAffinityTable = true;
|
||||
}
|
||||
|
||||
g_pSaveThread = CreateThreadPool1();
|
||||
g_pSaveThread = CreateThreadPool();
|
||||
g_pSaveThread->Start( threadPoolStartParams, "SaveJob" );
|
||||
}
|
||||
|
||||
|
||||
@@ -364,7 +364,7 @@ def build(bld):
|
||||
elif bld.env.DEST_OS == 'win32':
|
||||
libs += ['USER32', 'WINMM', 'WININET', 'DSOUND', 'DXGUID', 'GDI32', 'bzip2']
|
||||
elif bld.env.DEST_OS == 'darwin':
|
||||
libs += ['COREAUDIO', 'AUDIOTOOLBOX', 'SYSTEMCONFIGURATION']
|
||||
libs += ['APPKIT', 'COREAUDIO', 'AUDIOTOOLBOX', 'SYSTEMCONFIGURATION']
|
||||
|
||||
install_path = bld.env.LIBDIR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user