Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:45 +03:00
parent e3926d9cae
commit 14c869c654
2 changed files with 13 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+13 -3
View File
@@ -5,7 +5,17 @@ revision: 2
url: https://github.com/nodejs/node-gyp
license: MIT
architecture: any
depends: ["nodejs","nodejs-nopt","node-semver"]
optional_depends: ["gcc","make","python3"]
make_depends: ["jq","npm","python3"]
output_architecture: any
type: source
depends:
- nodejs
- nodejs-nopt
- node-semver
optional_depends:
- gcc
- make
- python3
make_depends:
- jq
- npm
- python3