Skip to content

Commit 44d5b3c

Browse files
authored
Merge pull request #5 from acasta69/vs2017
Invoke 64bit linker directly, saves some build time.
2 parents 49ec8dd + 177e8da commit 44d5b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake-build-x64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ for /F "tokens=1 delims=." %%G in ("%CMAKE_VER%") do set CMAKE_VN_MAJOR=%%G
5555
echo We are using CMake version: %CMAKE_VN_MAJOR%
5656
:: Default values
5757
set CMAKE_GENERATOR="Visual Studio 15 2017"
58-
set CMAKE_TOOLSET=-T v141
58+
set CMAKE_TOOLSET=-T v141,host=x64
5959
if "%CPU_PLATFORM%"=="x64" (
6060
set CMAKE_PLATFORM=-A %CPU_PLATFORM%
6161
) else (

0 commit comments

Comments
 (0)