fixed install_name_tool path

This commit is contained in:
Harvey Fong 2025-03-23 03:08:56 -06:00
parent 8bc7ae09c6
commit 468cf0e618

View File

@ -40,7 +40,6 @@ git clone https://github.com/libimobiledevice/libplist
cd libplist
./autogen.sh --prefix=$PWD/install --without-cython
make -j4
cd src/.libs
install_name_tool -id @rpath/libplist-2.0.4.dylib src/.libs/libplist-2.0.4.dylib
cd ..
git clone https://github.com/oomer/vmax2bella.git