From d019f697093ef3f039b1fcf801fa8e85250fa499 Mon Sep 17 00:00:00 2001
From: UltiNaruto <zenaruto@ymail.com>
Date: Tue, 10 Sep 2024 03:40:55 +0200
Subject: [PATCH] Fixed running build/build.sh through git bash (#20)

---
 build/build.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/build/build.sh b/build/build.sh
index 61e0bf6..0ec123b 100644
--- a/build/build.sh
+++ b/build/build.sh
@@ -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.
@@ -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