Skip to content

Commit

Permalink
Removing debug print statement after building assimp on MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: AMZN-Gene <genewalt@amazon.com>
  • Loading branch information
AMZN-Gene committed Sep 30, 2024
1 parent 9cbdaf0 commit fce7856
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package-system/assimp/build_assimp_unix_like.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,3 @@ echo "$cmake_shared_libs"

eval "$cmake_shared_libs" || exit 1
cmake --build temp/src --config release || exit 1

if [ "$(uname)" = "Darwin" ];
then
# Printing the minimum OS version here can save some time debugging.
echo "Min OS version:"
otool -l temp/src/bin/assimp | grep -i minos
fi

0 comments on commit fce7856

Please sign in to comment.