macOS build support

This commit is contained in:
exstrim401
2022-11-20 15:00:44 +02:00
parent cb0e405e0f
commit 1f3b4583da
33 changed files with 190 additions and 155 deletions

View File

@@ -285,7 +285,7 @@ private:
//-----------------------------------------------------------------------------
JOB_INTERFACE IThreadPool *CreateThreadPool()
JOB_INTERFACE IThreadPool *CreateThreadPool1()
{
return new CThreadPool;
}

View File

@@ -51,6 +51,8 @@ def build(bld):
if bld.env.DEST_OS == 'android':
libs += ['ANDROID_SUPPORT']
elif bld.env.DEST_OS == 'darwin':
libs += ['ICONV', 'COREFOUNDATION', 'CORESERVICES']
install_path = bld.env.LIBDIR