https://github.com/JuliaLang/julia
Raw File
Tip revision: 36d7ad4b94de10458b5ec7c3bfa8a3ecd6ec01a3 authored by Jameson Nash on 24 June 2018, 01:11:43 UTC
fixup! rename with_output_color to with_format
Tip revision: 36d7ad4
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