Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Electro1512/MetroidAPrime
Browse files Browse the repository at this point in the history
  • Loading branch information
hesto2 committed Sep 12, 2024
2 parents ac996a8 + d019f69 commit 7fd3412
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ function get_deps() {
pip install dolphin-memory-engine==1.2.0 \
--target ${to}/${platform} \
--platform ${OLD_LINUX_FOR_DME} \
--only-binary=:all:
--only-binary=:all: \
--no-user
fi

# Fetch the libraries binary files for the specified platform.
Expand All @@ -61,7 +62,8 @@ function get_deps() {
--target ${to}/${platform} \
--platform ${platform} \
--only-binary=:all: \
--requirement ${requirements_file}
--requirement ${requirements_file} \
--no-user

# If platform is manylinux_2_28_x86_64 then also install dolphin memory engine 1.2.0

Expand Down

0 comments on commit 7fd3412

Please sign in to comment.