Skip to content

Commit

Permalink
fixed OpenSC compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Jan 4, 2019
1 parent d40b203 commit cd31ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ before_script:
- git clone https://github.com/frankmorgner/OpenSC
- cd OpenSC && autoreconf -vsi
- if [ -z "$HOST" ]; then
./configure --prefix=$PREFIX || cat config.log;
./configure --prefix=$PREFIX --with-completiondir=/tmp || cat config.log;
else
./configure --prefix=$PREFIX --host=$HOST || cat config.log;
./configure --prefix=$PREFIX --with-completiondir=/tmp --host=$HOST || cat config.log;
fi
- make install
# Configure virtualsmartcard
Expand Down

0 comments on commit cd31ed3

Please sign in to comment.