1 parent f80db44 commit 3525e47Copy full SHA for 3525e47
1 file changed
dep/bgcc/build.sh
@@ -17,7 +17,7 @@
17
SRCTAR=v2.2.7.tar.gz
18
19
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
+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
21
exit 0;
22
fi
23
0 commit comments