Enable posix threads in i686-w64-mingw32

Posix threads are enabled in the x86_64-w64-mingw32 sample having them
enabled in i686-w64-mingw32 makes things consistent for these targets.

Fixes #1696

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2022-03-28 21:21:00 +13:00
parent 6cd16639b9
commit a8d2c2e1fa
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ CT_KERNEL_WINDOWS=y
CT_BINUTILS_PLUGINS=y
CT_MINGW_DIRECTX=y
CT_MINGW_DDK=y
CT_THREADS_POSIX=y
CT_CC_LANG_CXX=y