Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:52 +03:00
parent 149626129d
commit 4bb638896c
2 changed files with 6 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+6 -2
View File
@@ -1,9 +1,13 @@
name: rapidfuzz-cpp name: rapidfuzz-cpp
description: Rapid fuzzy string matching in C++ using the Levenshtein Distance description: Rapid fuzzy string matching in C++ using the Levenshtein Distance
version: 3.3.3 version: 3.3.3
revision: 1
url: https://github.com/rapidfuzz/rapidfuzz-cpp url: https://github.com/rapidfuzz/rapidfuzz-cpp
license: MIT license: MIT
architecture: any architecture: any
depends: ["cmake"] output_architecture: any
make_depends: ["catch2"]
type: source type: source
depends:
- cmake
make_depends:
- catch2