Skip to content

Commit 4062452

Browse files
committed
Make libtool executable [skip appveyor]
1 parent b06cce2 commit 4062452

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ before_script:
6262

6363
script:
6464
- .ci/run-tests.sh
65-
# To make sure we're able to parse/send coverage report
66-
- find . -type f \( -name '*.gcno' -o -name '*.gcda' \) -print
6765

6866
after_failure:
6967
- .ci/after-failure.sh

parser.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ $(srcdir)/parser/zephir.c: $(srcdir)/parser/zephir.lemon $(srcdir)/parser/lemon
5353

5454
# For more see: https://stackoverflow.com/q/49476206
5555
.PHONY: patch-libtool
56-
patch-libtool: libtool
56+
patch-libtool: $(srcdir)/libtool
5757
$(AWK) '/case \$$p in/{print;print "\t *.gcno)\n\t ;;";next}1' $^ > $^.tmp && mv $^.tmp $^
58+
chmod +x $^

0 commit comments

Comments
 (0)