Skip to content

Commit c2d5db6

Browse files
committed
Switch to x86_64 cross tools for VS
1 parent 2184efb commit c2d5db6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
portablearch: win32
2929
qtarch: win32_msvc2019
3030
qtversion: '5.15.*'
31-
vcvars: vcvars32.bat
31+
vcvars: vcvarsamd64_x86.bat
3232
- arch: x64
3333
cmakeplatform: x64
3434
javaversion: 25

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ project (TeamTalk5SDK)
77
#
88
# Windows 32-bit
99
# --------------
10-
# Open "x86 Native Tools Command Prompt for VS 2022" and change to
10+
# Open "x86 Native Tools Command Prompt for VS 2022" or
11+
# "x64_x86 Cross Tools Command Prompt for VS 2022" and change to
1112
# directory of TeamTalk5 checkout, e.g. C:\TeamTalk5
1213
#
1314
# Now configure an output directory, here teamtalk-win32, for

0 commit comments

Comments
 (0)