https://github.com/JuliaLang/julia
Raw File
Tip revision: 260b4f3e669da64bb0dd45aea021e87b58187929 authored by Keno Fischer on 19 December 2019, 06:20:23 UTC
More work on new JS FFI
Tip revision: 260b4f3
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