mirror of
https://github.com/curl/curl.git
synced 2026-05-30 09:07:33 +03:00
travis: do not use OVERRIDE_CC or OVERRIDE_CXX if empty
Fixes the macOS builds where OVERRIDE_CC and OVERRIDE_CXX are not set. Reported-by: Jay Satiro Fixes #4659 Closes #4661 Closes #4664
This commit is contained in:
parent
5d576afc5e
commit
48da3ac67b
1 changed files with 2 additions and 2 deletions
|
|
@ -439,8 +439,8 @@ matrix:
|
|||
- zlib1g-dev
|
||||
|
||||
before_install:
|
||||
- export "${OVERRIDE_CC}"
|
||||
- export "${OVERRIDE_CXX}"
|
||||
- export "${OVERRIDE_CC-blank=}"
|
||||
- export "${OVERRIDE_CXX-blank=}"
|
||||
|
||||
install:
|
||||
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue