Skip to content

Commit

Permalink
Fixed mistake on windows boost install
Browse files Browse the repository at this point in the history
  • Loading branch information
Zialus authored Dec 28, 2018
1 parent e9208f5 commit 2dddc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ matrix:
- 7z x boost_1_67_0.7z -o/C/local
- pushd "/C/local/boost_1_67_0"
- ./bootstrap.bat
- ./b2.exe --with-libraries=program_options,filesystem,system,thread,test,timer,chrono
- ./b2.exe --with-chrono --with-date_time --with-filesystem --with-program_options --with-system --with-thread --with-timer --with-test
- popd
# Install OpenCL headers and libraries
- choco install nuget.commandline
Expand Down

0 comments on commit 2dddc8f

Please sign in to comment.