Skip to content

Commit

Permalink
Update meson_options.txt
Browse files Browse the repository at this point in the history
add options for windows arm64 build environment path
  • Loading branch information
OB0NE authored Sep 8, 2024
1 parent fbd056c commit d4413c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
)

0 comments on commit d4413c5

Please sign in to comment.