From 6c30b5b75ed7e902fdb650169a491cd1c98bc954 Mon Sep 17 00:00:00 2001 From: OB0NE <144986313+OB0NE@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:52:13 +0800 Subject: [PATCH] Update rnote-windows-arm64-build.md --- misc/building/rnote-windows-arm64-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/building/rnote-windows-arm64-build.md b/misc/building/rnote-windows-arm64-build.md index 50bce8263e..d657e8a98a 100644 --- a/misc/building/rnote-windows-arm64-build.md +++ b/misc/building/rnote-windows-arm64-build.md @@ -73,7 +73,7 @@ source ~/.bashrc 3. Reconfigure the project: ```bash - meson setup --prefix=C:/msys64/clangarm64 -Dwin-installer-name='windows_arm64_installer' _mesonbuild + meson setup --prefix="C:/msys64/clangarm64" -Dwin-installer-name='windows_arm64_installer' -Dwin-build-environment-path='C:\\msys64\\clangarm64' _mesonbuild ``` 4. Compile the project: