Skip to content

Commit

Permalink
disable WITH_WIN32_CONTROLLER
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Dec 6, 2024
1 parent fd1d2be commit cb809ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Build MAA
run: |
cmake --preset 'MSVC 2022' -DCMAKE_SYSTEM_VERSION="10.0.20348.0" -DMAADEPS_TRIPLET="maa-x64-windows" -DMAA_HASH_VERSION='${{ needs.meta.outputs.tag }}-dbg'
cmake --preset 'MSVC 2022' -DCMAKE_SYSTEM_VERSION="10.0.20348.0" -DWITH_WIN32_CONTROLLER=OFF -DMAADEPS_TRIPLET="maa-x64-windows" -DMAA_HASH_VERSION='${{ needs.meta.outputs.tag }}-dbg'
cmake --build build --preset 'MSVC 2022 - Debug' -j 16 --config Debug
Expand Down

0 comments on commit cb809ea

Please sign in to comment.