Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
8c53cd6a58
1 changed files with 22 additions and 0 deletions
  1. 22 0
      build/ya.conf.json

+ 22 - 0
build/ya.conf.json

@@ -862,6 +862,17 @@
                         "arch": "armv7ahf_cortex_a53",
                         "os": "LINUX"
                     }
+                },
+                {
+                    "default": false,
+                    "host": {
+                        "arch": "arm64",
+                        "os": "DARWIN"
+                    },
+                    "target": {
+                        "arch": "armv7ahf_cortex_a53",
+                        "os": "LINUX"
+                    }
                 }
             ],
             "tools": {
@@ -1421,6 +1432,17 @@
                         "arch": "wasm64",
                         "os": "EMSCRIPTEN"
                     }
+                },
+                {
+                    "default": true,
+                    "host": {
+                        "arch": "arm64",
+                        "os": "DARWIN"
+                    },
+                    "target": {
+                        "arch": "armv7ahf_cortex_a53",
+                        "os": "LINUX"
+                    }
                 }
             ],
             "tools": {