summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 55880990c..0bf2df504 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ function(download_bundled_external remote_path lib_name prefix_var)
7 if (NOT EXISTS "${prefix}") 7 if (NOT EXISTS "${prefix}")
8 message(STATUS "Downloading binaries for ${lib_name}...") 8 message(STATUS "Downloading binaries for ${lib_name}...")
9 file(DOWNLOAD 9 file(DOWNLOAD
10 https://github.com/yuriks/citra-depends/raw/master/${remote_path}${lib_name}.7z 10 https://github.com/citra-emu/ext-windows-bin/raw/master/${remote_path}${lib_name}.7z
11 "${CMAKE_BINARY_DIR}/externals/${lib_name}.7z" SHOW_PROGRESS) 11 "${CMAKE_BINARY_DIR}/externals/${lib_name}.7z" SHOW_PROGRESS)
12 execute_process(COMMAND ${CMAKE_COMMAND} -E tar xf "${CMAKE_BINARY_DIR}/externals/${lib_name}.7z" 12 execute_process(COMMAND ${CMAKE_COMMAND} -E tar xf "${CMAKE_BINARY_DIR}/externals/${lib_name}.7z"
13 WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/externals") 13 WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/externals")