Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 25, 2024
1 parent d7f95bb commit 8ffa5de
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,8 @@ echo 'Installing zlib and png.'
cd ..

cd libs/image/zlib/src && cmake "-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true" && make && cd -
echo "Go for the second "
ls -lha "libs/image/zlib/${LIB_INSTALL}/${ARCH}/"



cd libs/image/png/src && cmake "-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true" && make && cd -

ls -lha "libs/image/png/${LIB_INSTALL}/${ARCH}/"

echo 'zlib and png installation is finished.'

echo 'Copying libraries into their corresponding location.'
Expand All @@ -157,6 +150,12 @@ elif [ "${MACHINE_TYPE}" == 'arm64' ]; then
else
ARCH="32"
fi
echo "$(uname -m)"
echo "${ARCH}"
echo "Go for the second "
ls -lha "libs/image/zlib/${LIB_INSTALL}/${ARCH}/"
ls -lha "libs/image/png/${LIB_INSTALL}/${ARCH}/"


ls -l "libs/image/zlib/${LIB_INSTALL}/${ARCH}/"

Expand Down

0 comments on commit 8ffa5de

Please sign in to comment.