Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
ARCH=any
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user