Skip to content

Commit 18ce560

Browse files
committed
Removing the sudo command from Android build
1 parent 302d220 commit 18ce560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3-android/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ fi
5757
export LD_LIBRARY_PATH="\$PWD/lib:\$LD_LIBRARY_PATH"
5858
EOT
5959

60-
sudo chmod a+x activate.sh
60+
chmod a+x activate.sh

0 commit comments

Comments
 (0)