Commit 2864a997 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: fix pycharm-professional

parent 7e526a27
......@@ -77,6 +77,10 @@ filter_from_requires '\\/lib\\/ld-linux-aarch64.so.1'
cd $BUILDROOT$PRODUCTDIR/ || exit
# FIXME: improve * support in remove_file
file=$(basename $(ls $BUILDROOT$PRODUCTDIR/plugins/tailwindcss/server/node.napi.musl-*.node))
[ -n "$file" ] && remove_file $PRODUCTDIR/plugins/tailwindcss/server/$file
epm assure patchelf || exit
for i in jbr/lib/lib*.so ; do
a= patchelf --set-rpath '$ORIGIN/server:$ORIGIN' $i
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment