Skip to content

Commit

Permalink
Update rnote-windows-arm64-build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OB0NE authored Sep 10, 2024
1 parent 8e4a1fc commit 6c30b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/building/rnote-windows-arm64-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6c30b5b

Please sign in to comment.