mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[11197] Allow of std malloc use instead of TBB
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
fd39a2bdb9
commit
f9c184b097
3 changed files with 22 additions and 16 deletions
|
|
@ -16,7 +16,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
if(NOT TBB_USE_EXTERNAL)
|
||||
if(NOT (TBB_USE_EXTERNAL OR USE_STD_MALLOC))
|
||||
add_subdirectory(tbb)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue