mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 08:48:28 +08:00
[vcpkg_find_acquire_program] Give hints for yasm with brew and apt (#9191)
This commit is contained in:
parent
92dc30ff52
commit
767909ad14
@ -75,6 +75,8 @@ function(vcpkg_find_acquire_program VAR)
|
||||
set(PROGNAME yasm)
|
||||
set(SUBDIR 1.3.0.6)
|
||||
set(PATHS ${DOWNLOADS}/tools/yasm/${SUBDIR})
|
||||
set(BREW_PACKAGE_NAME "yasm")
|
||||
set(APT_PACKAGE_NAME "yasm")
|
||||
set(URL "https://www.tortall.net/projects/yasm/snapshots/v1.3.0.6.g1962/yasm-1.3.0.6.g1962.exe")
|
||||
set(ARCHIVE "yasm-1.3.0.6.g1962.exe")
|
||||
set(_vfa_RENAME "yasm.exe")
|
||||
|
Loading…
Reference in New Issue
Block a user