Commit 5f46c9cc authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #3125 from albertbori/master

Update embed_frameworks_script.rb
parents 575cb1f8 320fa195
......@@ -57,7 +57,7 @@ module Pod
local source="${BUILT_PRODUCTS_DIR}/#{target_definition.label}/$1"
local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
if [ -L ${source} ]; then
if [ -L "${source}" ]; then
echo "Symlinked..."
source=$(readlink "${source}")
fi
......
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