From d4413c579bc6eec20a881232ecdb22c295ae24dc Mon Sep 17 00:00:00 2001 From: OB0NE <144986313+OB0NE@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:01:27 +0800 Subject: [PATCH] Update meson_options.txt add options for windows arm64 build environment path --- meson_options.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meson_options.txt b/meson_options.txt index 2d9bafb530..aefa752bda 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -35,3 +35,9 @@ option( value: 'C:\\msys64\\mingw64', description: 'Only relevant for builds on Windows: the path of the installed msys/mingw64 environment.', ) +option( + 'win-arm64-build-environment-path', + type: 'string', + value: 'C:\\msys64\\clangarm64', + description: 'Only relevant for ARM64 builds on Windows: the path of the installed msys/clangarm64 environment.', +)