https://github.com/JuliaLang/julia
Raw File
Tip revision: a04936e3e040fbe5fe0c3fa64ef1ffffd0a2f8f8 authored by Alex Arslan on 12 September 2019, 19:49:35 UTC
Set VERSION to 1.3.0-rc2 (#33200)
Tip revision: a04936e
NATIVE.cmake
# native toolchain file to fix llvm cross-compilation finickiness
# ref http://lists.llvm.org/pipermail/llvm-dev/2016-February/095366.html
set(CMAKE_C_COMPILER cc)
set(CMAKE_CXX_COMPILER c++)
back to top