How to disable a lib to build with aarch64

How can I disable libva to build in aarch64? I can’t find any documentation on this. Any hints?

figures it out:

"skip-arches": [
        "aarch64"
      ],

This topic was automatically closed after 6 days. New replies are no longer allowed.