Skip to content

Commit d58adc4

Browse files
committed
Hack to fix missing gtkdocize executable when building rsvg on linux-musl.
1 parent 6efaf94 commit d58adc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ pip3 install --upgrade pip
1010
pip3 install cmake==3.30.3
1111
pip3 install meson==1.5.1
1212
pip3 install ninja==1.11.1.1
13+
14+
echo '#!/bin/bash' > /usr/local/bin/gtkdocize
15+
chmod 755 /usr/local/bin/gtkdocize

0 commit comments

Comments
 (0)