let's try this
This commit is contained in:
parent
107fa01b13
commit
4b3c0ecd06
|
@ -9,4 +9,4 @@ add_link_options(-L/usr/local/opt/llvm/lib)
|
||||||
# LLVM in Homebrew is built with latest Xcode which has a newer linker than
|
# LLVM in Homebrew is built with latest Xcode which has a newer linker than
|
||||||
# what is bundled in the default install of Xcode Command Line Tools, so we
|
# what is bundled in the default install of Xcode Command Line Tools, so we
|
||||||
# override it to prevent it passing flags not supported by the system's ld.
|
# override it to prevent it passing flags not supported by the system's ld.
|
||||||
add_link_options(-mlinker-version=450)
|
#add_link_options(-mlinker-version=450)
|
||||||
|
|
Loading…
Reference in New Issue