Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
delete option win-arm64-build-environment-path
  • Loading branch information
OB0NE authored Sep 10, 2024
1 parent baa1dfb commit 8e4a1fc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,7 @@ profile = get_option('profile')
build_ui = get_option('ui')
build_cli = get_option('cli')
ci = get_option('ci')

# Detecting architecture
if host_machine.cpu_family() == 'aarch64'
win_build_environment_path = get_option('win-arm64-build-environment-path')
else
win_build_environment_path = get_option('win-build-environment-path')
endif

win_build_environment_path = get_option('win-build-environment-path')
win_installer_name = get_option('win-installer-name')

app_name = 'rnote'
Expand Down

0 comments on commit 8e4a1fc

Please sign in to comment.