We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d239d commit 4447f3dCopy full SHA for 4447f3d
bindings/c/accesskit-config.cmake
@@ -14,7 +14,6 @@ elseif (WIN32)
14
string(TOLOWER "${CMAKE_VS_PLATFORM_NAME}" LOWER_VS_PLATFORM_NAME)
15
if ("${LOWER_VS_PLATFORM_NAME}" STREQUAL "arm64")
16
set(_ACCESSKIT_ARCH "arm64")
17
- set(_ACCESSKIT_TOOLCHAIN "")
18
endif()
19
20
bindings/c/examples/windows/README.md
@@ -5,6 +5,6 @@ This example demonstrates how to integrate AccessKit into a C/C++ project using
5
## Building
6
7
```bash
8
-cmake -S . -B build -DACCESSKIT_DIR="../.." -DCMAKE_BUILD_TYPE=Release
9
-cmake --build build
+cmake -S . -B build -DACCESSKIT_DIR="../.."
+cmake --build build --config Release
10
```
0 commit comments