Browse Source

Fixed the build after the suspension of public folders in DropBox.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/794/head
Dimitar Dobrev 8 years ago
parent
commit
021c3d0821
  1. 2
      build/scripts/LLVM.lua

2
build/scripts/LLVM.lua

@ -139,7 +139,7 @@ function download_llvm() @@ -139,7 +139,7 @@ function download_llvm()
"Please upgrade to a newer VS version or compile LLVM manually.")
end
local base = "https://dl.dropboxusercontent.com/u/194502/CppSharp/llvm/"
local base = "https://github.com/mono/CppSharp/releases/download/CppSharp/"
local pkg_name = get_llvm_package_name()
local archive = pkg_name .. archive_ext

Loading…
Cancel
Save