Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcook committed Jan 25, 2021
1 parent d2a1c07 commit e0ae8c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev/tasks/vcpkg-tests/cpp-build-vcpkg.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64

@rem Install build dependencies with vcpkg
@rem TODO(ianmcook): change --x-manifest-root to --manifest-root after this
@rem TODO(ianmcook): change --x-manifest-root to --manifest-root after it
@rem changes in vcpkg
vcpkg install ^
--triplet x64-windows ^
--x-manifest-root cpp ^
--clean-after-build ^
|| exit /B 1

@rem Build Arrow C++ library
set VCPKG_INSTALLED=%cd%\vcpkg_installed

@rem Build Arrow C++ library
mkdir cpp\build
pushd cpp\build

Expand Down

0 comments on commit e0ae8c2

Please sign in to comment.