[fix] Add patch to disable _POSIX_THREADS unset in pythonqt.
In unix platform since python 3.7, _POSIX_THREADS need to be defined. If it's not the case the native threads type is unknown and a build error is returned in pythread.h.
Please register or sign in to comment