Rename /usr/lib/musl to /usr/lib/i386-unknown-linux-musl

This commit is contained in:
Dor Askayo 2022-09-17 08:41:10 +03:00
parent 59a13f0d09
commit 4204a180e1
6 changed files with 61 additions and 61 deletions

View file

@ -6,7 +6,7 @@
ar='tcc -ar'
cc='tcc'
ldlibpthname='LD_LIBRARY_PATH'
libpth='/usr/lib/musl'
libpth='/usr/lib/i386-unknown-linux-musl'
path_sep=':'
archname=''
osvers=''