Skip to content

Commit

Permalink
Copy including symlinks...
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed May 29, 2024
1 parent 35207c4 commit 8e57bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ -d ${BUILD_DIR}/mavsdk_server.xcframework ]; then
fi

mkdir -p ${MACOS_FAT_BACKEND_DIR}
cp -r ${MACOS_X64_BACKEND_DIR}/mavsdk_server.framework ${MACOS_FAT_BACKEND_DIR}
cp -R ${MACOS_X64_BACKEND_DIR}/mavsdk_server.framework ${MACOS_FAT_BACKEND_DIR}

#echo "Fixing Modules in macOS framework"
#ln -sf Versions/Current/Modules ${MACOS_X64_BACKEND_DIR}/mavsdk_server.framework
Expand Down

0 comments on commit 8e57bce

Please sign in to comment.