We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed2333 commit f6742a0Copy full SHA for f6742a0
2 files changed
README.md
@@ -25,7 +25,7 @@ A lightweight CMake toolchain file that enables cross-compilation of C/C++ proje
25
Download `zig-toolchain.cmake` to your project root or a `cmake/` subdirectory.
26
27
```bash
28
-curl -o zig-toolchain.cmake https://github.com/tayne3/zig-toolchain.cmake/releases/download/v0.2.0/zig-toolchain.cmake
+curl -o zig-toolchain.cmake https://github.com/tayne3/zig-toolchain.cmake/releases/download/v0.2.1/zig-toolchain.cmake
29
```
30
31
**Cross-Compilation**:
zig-toolchain.cmake
@@ -1,5 +1,5 @@
1
# ==============================================================================
2
-# zig-toolchain.cmake v0.2.0
+# zig-toolchain.cmake v0.2.1
3
#
4
# Copyright (c) 2025 tayne3
5
# Licensed under the MIT License.
0 commit comments