libfdk-aac: Fix library id path in rebuilt library

CQTexperiment
Christopher Snowhill 2022-01-13 16:39:25 -08:00
parent ca4a2efea1
commit bba2fa6592
2 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,8 @@ Using the following commandline:
env CFLAGS="-arch x86_64 -arch arm64 -fPIC -isysroot $(xcode-select -p)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.12" CXXFLAGS="-arch x86_64 -arch arm64 -fPIC -isysroot $(xcode-select -p)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.12" LDFLAGS="-arch x86_64 -arch arm64 -mmacosx-version-min=10.12" ./configure --prefix=$(COG_REPO_DIR)/ThirdParty/fdk-aac
make -j8
make install
Then I update the id path in the resulting dylib:
install_name_tool -id @rpath/libfdk-aac.2.dylib libfdk-aac.2.dylib

Binary file not shown.