Skip to content

Commit 2dddc8f

Browse files
authored
Fixed mistake on windows boost install
1 parent e9208f5 commit 2dddc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ matrix:
255255
- 7z x boost_1_67_0.7z -o/C/local
256256
- pushd "/C/local/boost_1_67_0"
257257
- ./bootstrap.bat
258-
- ./b2.exe --with-libraries=program_options,filesystem,system,thread,test,timer,chrono
258+
- ./b2.exe --with-chrono --with-date_time --with-filesystem --with-program_options --with-system --with-thread --with-timer --with-test
259259
- popd
260260
# Install OpenCL headers and libraries
261261
- choco install nuget.commandline

0 commit comments

Comments
 (0)