Skip to content

Commit

Permalink
remove leftover symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 16, 2024
1 parent 4abb3e1 commit 11022a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ python src/licenses.py \

# clean up .pyc files that pyinstaller creates
rm -rf "$PREFIX/lib"

if [[ $target_platform == osx-* ]]; then
rm "$BUILD_PREFIX/bin/codesign"
fi

0 comments on commit 11022a9

Please sign in to comment.