Skip to content

Commit

Permalink
sdcv: update to include multiple results fix (#1431)
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
  • Loading branch information
cyphar committed Nov 15, 2021
1 parent de6f295 commit 6827af6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions thirdparty/sdcv/CMakeLists.txt
Expand Up @@ -78,10 +78,12 @@ set(WITH_READLINE False CACHE BOOL "")
# Force utf8 command line parsing, and accept not-found -u dictnames
set(PATCH_CMD1 "${KO_PATCH_SH} ${CMAKE_CURRENT_SOURCE_DIR}/sdcv-locale-hack.patch")

set(SDCV_GIT_COMMIT d054adb37c635ececabc31b147c968a480d1891a)

ko_write_gitclone_script(
GIT_CLONE_SCRIPT_FILENAME
https://github.com/Dushistov/sdcv.git
3d15ce3b0712cd4f7f466e26d1357d3347c260d5
${SDCV_GIT_COMMIT}
${SOURCE_DIR}
)

Expand All @@ -90,7 +92,7 @@ download_project(
GIT_REPOSITORY
https://github.com/Dushistov/sdcv.git
GIT_TAG
3d15ce3b0712cd4f7f466e26d1357d3347c260d5
${SDCV_GIT_COMMIT}
#DOWNLOAD_COMMAND ${CMAKE_COMMAND} -P ${GIT_CLONE_SCRIPT_FILENAME}
PATCH_COMMAND COMMAND ${PATCH_CMD1}
)
Expand Down

0 comments on commit 6827af6

Please sign in to comment.