cmake: fix pthread linking on Windows

This commit is contained in:
David Hrdlička
2021-09-15 12:49:52 +02:00
parent 206c34ed27
commit 719d155393
6 changed files with 28 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ jobs:
${{ matrix.environment.prefix }}-zlib
${{ matrix.environment.prefix }}-libpng
${{ matrix.environment.prefix }}-libvncserver
${{ matrix.environment.prefix }}-winpthreads
- uses: actions/checkout@v2
- name: make
run: make -fwin/makefile.mingw -j DEV_BUILD=${{ matrix.dev-build }} NEW_DYNAREC=${{ matrix.new-dynarec }} X64=${{ matrix.environment.x64 }} CLANG=${{ matrix.clang }} VNC=n