Skip to content
Snippets Groups Projects
Commit 048bdfba authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

macOS: fix unified build

Change-Id: I01048863c6a60ba0f32d5a0daec6b504a54818ed
parent 06e9e91c
No related branches found
No related tags found
No related merge requests found
......@@ -130,9 +130,10 @@ mkdir -p "${FAT_INSTALL_DIR}"
if ((${#ARCHS[@]} == "2")); then
echo "Creating daemon fat lib"
mkdir -p "$FAT_INSTALL_DIR"/lib
lipo -create "${INSTALL}/daemon/${ARCHS[0]}/lib/libjami.a" \
"${INSTALL}/daemon/${ARCHS[1]}/lib/libjami.a" \
-output "${FAT_INSTALL_DIR_LIB}/libjami.a"
-output "${FAT_INSTALL_DIR}"/lib/libjami.a
else
echo "No need for daemon fat lib"
rsync -ar --delete "${INSTALL}/daemon/${ARCHS[0]}/lib/libjami.a" "${FAT_INSTALL_DIR}"/lib/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment