Skip to content

Commit

Permalink
Updated to libcppjit 0.5 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jthorborg committed Dec 9, 2019
1 parent 12a0796 commit c01c228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def dirlink(source, dest):
print(">> Downloading latest cpp-jit binaries...")

if platform.system() == "Windows":
cppjit_url = "https://bitbucket.org/Mayae/cppjit/downloads/libCppJit-0.3-windows.zip"
cppjit_url = "https://bitbucket.org/Mayae/cppjit/downloads/libCppJit-0.5-windows.zip"
elif platform.system() == "Darwin":
cppjit_url = "https://bitbucket.org/Mayae/cppjit/downloads/libCppJit-0.5-macos.zip"

Expand Down

0 comments on commit c01c228

Please sign in to comment.