Skip to content

Commit

Permalink
FIX: Avoid following symlinks copying framework
Browse files Browse the repository at this point in the history
  • Loading branch information
duan007a authored and huaixu committed Apr 29, 2020
1 parent 510a5b2 commit 45e20b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildOSXFramework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

mkdir -p ${SRCROOT}/Products

cp -LR "${DEVICE_DIR}" "${INSTALL_DIR}"
ditto "${DEVICE_DIR}" "${INSTALL_DIR}"


rm -r "${WRK_DIR}"
Expand Down

0 comments on commit 45e20b0

Please sign in to comment.