mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-25 15:03:03 +02:00
Fix static libstdc++ link
This commit is contained in:
parent
bfb4652425
commit
a3308087a5
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@ RUN git clone -b v0.11.1 --depth=1 https://github.com/libjxl/libjxl.git \
|
|||
&& cmake --build build \
|
||||
&& export DESTDIR=/usr/src/jxl-cache \
|
||||
&& cmake --install build \
|
||||
&& sed -i 's/-lstdc++//' $DESTDIR/usr/local/lib64/pkgconfig/libjxl*.pc \
|
||||
&& rm $DESTDIR/usr/local/lib64/libjpeg.so* \
|
||||
&& cp build/lib/libjpegli-static.a $DESTDIR/usr/local/lib64/libjpeg.a \
|
||||
&& mkdir build/hwy \
|
||||
|
|
Loading…
Add table
Reference in a new issue