Symlink cc -> clang and c++ -> clang++

This commit is contained in:
Sergey Bugaev
2020-04-26 22:09:13 +03:00
parent 439cb7a332
commit 93c21d46c4
+3
View File
@@ -62,3 +62,6 @@ add_shims(1
agvtool desdp genstrings ibtool ictool instruments
iprofiler opendiff sdef sdp xcodebuild xcscontrol
xcsdiagnose xed)
InstallSymlink(clang ${CMAKE_INSTALL_PREFIX}/libexec/darling/usr/bin/cc)
InstallSymlink(clang++ ${CMAKE_INSTALL_PREFIX}/libexec/darling/usr/bin/c++)