Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:44 +03:00
parent a153afe58e
commit 23a448c076
2 changed files with 5 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+5 -1
View File
@@ -1,8 +1,12 @@
name: make-ca name: make-ca
description: PKI setup script for LFS (and others) description: PKI setup script for LFS (and others)
version: 1.16.1 version: 1.16.1
revision: 1
url: https://github.com/lfs-book/make-ca url: https://github.com/lfs-book/make-ca
license: GPL3 or MIT license: GPL3 or MIT
architecture: any architecture: any
depends: ["p11-kit","libtasn1"] output_architecture: any
type: source type: source
depends:
- p11-kit
- libtasn1