Skip to content

Commit

Permalink
Revert "maybe we don't need libpython"
Browse files Browse the repository at this point in the history
This reverts commit 0f6a615.
  • Loading branch information
bjia56 committed Jul 1, 2024
1 parent 0f6a615 commit 33596af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build_cosmo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ rm ./python-install/bin/python${PYTHON_VER}
if [[ "${DEBUG_CI}" == "true" ]]; then
cp ./python-build/bin/python.com.dbg ./python-install/bin/
fi
rm ./python-install/lib/libpython*.a
#cp -r ./python-build/lib/.aarch64 ./python-install/lib/
cp -r ./python-build/lib/.aarch64 ./python-install/lib/
cp -r ${LICENSEDIR} ./python-install

echo "::endgroup::"
Expand Down

0 comments on commit 33596af

Please sign in to comment.