Skip to content

Commit

Permalink
Internal Windows build: Call VS setup script
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635790080
Change-Id: I0f320b9d4f338fff08bda87e0d9cedc03498980b
  • Loading branch information
cblichmann authored and copybara-github committed May 21, 2024
1 parent d37b404 commit b731647
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions kokoro/windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ xcopy /q /s /e ^
"%KOKORO_PIPER_DIR%\google3\third_party\jsoncpp" ^
"%KOKORO_PIPER_DIR%\google3\third_party\binaryninja_api\third_party\jsoncpp\"

:: Help debug build issues
set CMAKE_MAKE_PROGRAM=C:\ProgramData\chocolatey\bin\ninja.exe
set
dir %CMAKE_MAKE_PROGRAM%
ninja --help
:: Set up Visual Studio
call C:\VS\VC\Auxiliary\Build\vcvarsall.bat x64

pushd "%OUT_DIR%"
cmake "%SRC_DIR%/binexport" ^
Expand Down

0 comments on commit b731647

Please sign in to comment.