MONGOOSE_ENABLE_THREADS is only autodefined on Windows

This commit is contained in:
balr0g 2015-07-09 10:53:37 -04:00
parent ec5d91bc05
commit 8048910282

View File

@ -414,7 +414,7 @@ project "mongoose"
"ForceCPP",
}
defines {
-- "MONGOOSE_ENABLE_THREADS", -- newest version does this now
"MONGOOSE_ENABLE_THREADS",
"NS_STACK_SIZE=0"
}