We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2184efb commit c2d5db6Copy full SHA for c2d5db6
2 files changed
.github/workflows/windows.yml
@@ -28,7 +28,7 @@ jobs:
28
portablearch: win32
29
qtarch: win32_msvc2019
30
qtversion: '5.15.*'
31
- vcvars: vcvars32.bat
+ vcvars: vcvarsamd64_x86.bat
32
- arch: x64
33
cmakeplatform: x64
34
javaversion: 25
CMakeLists.txt
@@ -7,7 +7,8 @@ project (TeamTalk5SDK)
7
#
8
# Windows 32-bit
9
# --------------
10
-# Open "x86 Native Tools Command Prompt for VS 2022" and change to
+# Open "x86 Native Tools Command Prompt for VS 2022" or
11
+# "x64_x86 Cross Tools Command Prompt for VS 2022" and change to
12
# directory of TeamTalk5 checkout, e.g. C:\TeamTalk5
13
14
# Now configure an output directory, here teamtalk-win32, for
0 commit comments