Commit c7164d5b6cdf4ce98395d3bb37f3dbc1f652f7e7

Authored by jason
1 parent 5d7b9460

feat:pod config fit low version

Pods/Target Support Files/Pods-HDFwear/Pods-HDFwear-frameworks.sh
... ... @@ -41,7 +41,8 @@ install_framework()
41 41  
42 42 if [ -L "${source}" ]; then
43 43 echo "Symlinked..."
44   - source="$(readlink "${source}")"
  44 + source="$(readlink -f "${source}")"
  45 +
45 46 fi
46 47  
47 48 if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
... ...