We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4285c63 commit cee1954Copy full SHA for cee1954
build.sh
@@ -89,7 +89,7 @@ backspace_len() {
89
build_ports() {
90
pushd patches/ports
91
92
- if [[ $PORTS_ALL != 0 || ! -f $SYSROOT/system/lib/libcairo.a ]]; then
+ if [[ $PORTS_ALL != 0 || ! -f $SYSROOT/system/lib/libcairo.so ]]; then
93
print_name ports
94
printf "\n"
95
$SH port.sh zlib/1.2.8 | awk '$0=" "$0'
0 commit comments