Explorar o código

CMake: Point binary downloads to new official repo

Yuri Kunde Schlesner %!s(int64=11) %!d(string=hai) anos
pai
achega
9e52aaa01d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -7,7 +7,7 @@ function(download_bundled_external remote_path lib_name prefix_var)
     if (NOT EXISTS "${prefix}")
         message(STATUS "Downloading binaries for ${lib_name}...")
         file(DOWNLOAD
-            https://github.com/yuriks/citra-depends/raw/master/${remote_path}${lib_name}.7z
+            https://github.com/citra-emu/ext-windows-bin/raw/master/${remote_path}${lib_name}.7z
             "${CMAKE_BINARY_DIR}/externals/${lib_name}.7z" SHOW_PROGRESS)
         execute_process(COMMAND ${CMAKE_COMMAND} -E tar xf "${CMAKE_BINARY_DIR}/externals/${lib_name}.7z"
             WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/externals")