Addressed third issue of Issue Pack - NVK (#6).

Meson native file should have llvm-config be set to llvm-config - Fixed.
This commit is contained in:
Zeckmathederg 2024-06-16 20:40:27 -06:00
parent 60afa7a568
commit 0324d54e69
2 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,9 @@
<listitem>
<para>June 16th, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - Addressed third issue of Issue Pack - NVK (#6).</para>
</listitem>
<listitem>
<para>[Zeckmathederg] - Addressed second issue of Issue Pack - NVK (#6).</para>
</listitem>

View File

@ -61,7 +61,7 @@ pkg-config = 'i686-pc-linux-gnu-pkg-config'
ar = '/usr/bin/ar'
strip = '/usr/bin/strip'
cups-config = 'cups-config'
llvm-config = 'llvm-config32'
llvm-config = 'llvm-config'
exe_wrapper = ''
[properties]