Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed Sep 5, 2023
1 parent 051dd06 commit cea8b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DepsDownload.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function(DownloadDeps)
set(__base_path "${PROJECT_SOURCE_DIR}/deps/v8")

GetBranchAndOS(__deps_branch __deps_os_path_name)
set(__deps_url_base_path "https://cdn.altv.mp/deps/v8/${__deps_branch}")
set(__deps_url_base_path "https://cdn.alt-mp.com/deps/v8/${__deps_branch}")

if(__deps_check_enabled)
if(WIN32)
Expand Down

0 comments on commit cea8b86

Please sign in to comment.