Skip to content

Commit fafb213

Browse files
committed
Corrected pip3 install.
1 parent 499997a commit fafb213

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

build/linux-musl-x64/install.build-tools.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ apk update
66
apk add autoconf automake bash curl file g++ gcc git libtool make pkgconf python3 py3-pip unzip
77
apk del ninja
88

9-
pip3 install --upgrade pip
10-
pip3 install cmake==3.30.3
11-
12-
echo '#!/bin/bash' > /usr/local/bin/gtkdocize
13-
chmod 755 /usr/local/bin/gtkdocize
9+
pip3 install --break-system-packages --upgrade pip
10+
pip3 install --break-system-packages cmake==3.30.3

0 commit comments

Comments
 (0)