Commit 7511b55c authored by Rafaël Carré's avatar Rafaël Carré

Remove framework-only links when packaging VLC-release.app

parent 1c55fa94
...@@ -117,17 +117,17 @@ if test "${ACTION}" = "build"; then ...@@ -117,17 +117,17 @@ if test "${ACTION}" = "build"; then
# Create a symbolic link in the root of the framework # Create a symbolic link in the root of the framework
mkdir -p ${target_lib} mkdir -p ${target_lib}
mkdir -p ${target_modules} mkdir -p ${target_modules}
pushd `pwd` > /dev/null if [ "$FULL_PRODUCT_NAME" != "VLC-release.app" ] ; then
cd ${TARGET_BUILD_DIR}/${FULL_PRODUCT_NAME} pushd `pwd` > /dev/null
cd ${TARGET_BUILD_DIR}/${FULL_PRODUCT_NAME}
ln -sf Versions/Current/${lib} .
ln -sf Versions/Current/${modules} . ln -sf Versions/Current/${lib} .
ln -sf Versions/Current/${modules} .
popd > /dev/null
# Create a symbolic link in the root of the framework popd > /dev/null
########################## fi
########################## ##########################
# Build the library folder # Build the library folder
echo "Building library folder... ${linked_libs}" echo "Building library folder... ${linked_libs}"
......
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