Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:44 +03:00
parent cb1a663d4c
commit 21ce03602a
2 changed files with 11 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+11 -2
View File
@@ -1,9 +1,18 @@
name: meson-python name: meson-python
description: Meson PEP 517 Python build backend description: Meson PEP 517 Python build backend
version: 0.18.0 version: 0.18.0
revision: 1
url: https://github.com/mesonbuild/meson-python url: https://github.com/mesonbuild/meson-python
license: MIT license: MIT
architecture: any architecture: any
depends: ["meson","patchelf","python3","python-packaging","python-pyproject-metadata"] output_architecture: any
make_depends: ["python-build","python-installer"]
type: source type: source
depends:
- meson
- patchelf
- python3
- python-packaging
- python-pyproject-metadata
make_depends:
- python-build
- python-installer