Skip to content

Commit 3525e47

Browse files
author
prog.chen
committed
update bgcc dep
1 parent f80db44 commit 3525e47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dep/bgcc/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
SRCTAR=v2.2.7.tar.gz
1818

1919

20-
if [ -f "output/include/bgcc.h" -a -f "output/include/openssl/ssl.h" -a -f "output/lib/libbgcc.a" -a -f "output/lib/libssl.a" ]; then
20+
if [ -f ${SRCTAR} -a -f "output/include/bgcc.h" -a -f "output/include/openssl/ssl.h" -a -f "output/lib/libbgcc.a" -a -f "output/lib/libssl.a" ]; then
2121
exit 0;
2222
fi
2323

0 commit comments

Comments
 (0)