Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1 +0,0 @@
|
||||
ARCH=any
|
||||
@@ -1,9 +1,13 @@
|
||||
name: rapidfuzz-cpp
|
||||
description: Rapid fuzzy string matching in C++ using the Levenshtein Distance
|
||||
version: 3.3.3
|
||||
revision: 1
|
||||
url: https://github.com/rapidfuzz/rapidfuzz-cpp
|
||||
license: MIT
|
||||
architecture: any
|
||||
depends: ["cmake"]
|
||||
make_depends: ["catch2"]
|
||||
output_architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- cmake
|
||||
make_depends:
|
||||
- catch2
|
||||
|
||||
Reference in New Issue
Block a user