Skip to content

Commit

Permalink
Update URL to patched URL
Browse files Browse the repository at this point in the history
  • Loading branch information
digego committed Jul 27, 2024
1 parent e35695e commit ce4d555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ else()
if(PACKAGE)
ExternalProject_Add(LLVM
PREFIX llvm
URL http://extempore.moso.com.au/extras/llvm-3.8.0.src-patched-for-extempore.tar.xz
URL https://github.com/digego/extempore/releases/download/v0.8.9/llvm-3.8.0.src-patched-for-extempore.tar.xz
URL_MD5 600ee9a94d2e104f53be739568f3508e
CMAKE_ARGS
-DLLVM_TARGETS_TO_BUILD=X86
Expand All @@ -232,7 +232,7 @@ else()
else()
ExternalProject_Add(LLVM
PREFIX llvm
URL http://extempore.moso.com.au/extras/llvm-3.8.0.src-patched-for-extempore.tar.xz
URL https://github.com/digego/extempore/releases/download/v0.8.9/llvm-3.8.0.src-patched-for-extempore.tar.xz
URL_MD5 600ee9a94d2e104f53be739568f3508e
CMAKE_ARGS
-DLLVM_TARGETS_TO_BUILD=X86
Expand Down

0 comments on commit ce4d555

Please sign in to comment.