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

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

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