Skip to content

Commit cee1954

Browse files
committed
Fix lib check
1 parent 4285c63 commit cee1954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ backspace_len() {
8989
build_ports() {
9090
pushd patches/ports
9191

92-
if [[ $PORTS_ALL != 0 || ! -f $SYSROOT/system/lib/libcairo.a ]]; then
92+
if [[ $PORTS_ALL != 0 || ! -f $SYSROOT/system/lib/libcairo.so ]]; then
9393
print_name ports
9494
printf "\n"
9595
$SH port.sh zlib/1.2.8 | awk '$0=" "$0'

0 commit comments

Comments
 (0)