Travis - the source directory is _srcdist, not _srcdir
Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
c5798e0eb5
commit
32e4cc0cde
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ before_script:
|
|||
srcdir=.;
|
||||
cd _srcdist;
|
||||
else
|
||||
srcdir=../_srcdir;
|
||||
srcdir=../_srcdist;
|
||||
mkdir _build;
|
||||
cd _build;
|
||||
if which ccache >/dev/null; then
|
||||
|
|
Loading…
Reference in a new issue