Skip to content

Commit

Permalink
[nasm] added mirror url
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Jul 25, 2023
1 parent ce14534 commit 12e18b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/cmake/vcpkg_find_acquire_program.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ function(vcpkg_find_acquire_program program)
set(paths_to_search "${DOWNLOADS}/tools/nasm/nasm-${program_version}")
set(brew_package_name "nasm")
set(apt_package_name "nasm")
set(download_urls "https://www.nasm.us/pub/nasm/releasebuilds/${program_version}/win64/nasm-${program_version}-win64.zip")
set(download_urls
"https://github.com/microsoft/vcpkg/files/12073957/nasm-${program_version}-win64.zip"
"https://www.nasm.us/pub/nasm/releasebuilds/${program_version}/win64/nasm-${program_version}-win64.zip")
set(download_filename "nasm-${program_version}-win64.zip")
set(download_sha512 ce4d02f530dc3376b4513f219bbcec128ee5bebd8a5c332599b48d8071f803d1538d7258fec7c2e9b4d725b8d7314cea2696289d0493017eb13bfe70e5cb5062)
elseif(program STREQUAL "YASM")
Expand Down

0 comments on commit 12e18b5

Please sign in to comment.