Skip to content

Commit

Permalink
Add llvm-lib as a symlink to llvm-ar in clang16 resource
Browse files Browse the repository at this point in the history
af70aaba72505694fea3a43b28275358c5ff9d44
  • Loading branch information
egovol committed Mar 21, 2024
1 parent f116dc6 commit 4a1002a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ynd/clang/16/ix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,18 @@ EOF

{% block postinstall %}
:
{% if linux and x86_64 %}
cd ${out}/bin

{% if linux and x86_64 %}
ln -s llvm-cov llvm-gcov
{% endif %}

{% if mingw32 %}
ln -s llvm-ar.exe llvm-lib.exe
{% else %}
ln -s llvm-ar llvm-lib
{% endif %}

{% endblock %}

{% block clang_fix_includes %}
Expand Down

0 comments on commit 4a1002a

Please sign in to comment.