Skip to content

Commit

Permalink
try defining WIN32_LEAN_AND_MEAN to avoid winsock/winsock2 inclusion …
Browse files Browse the repository at this point in the history
…ordering issue
  • Loading branch information
h-vetinari committed May 7, 2023
1 parent 9df9ed3 commit 4612cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/bld-arrow.bat
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ cmake -G "Ninja" ^
-DLLVM_TOOLS_BINARY_DIR="%LIBRARY_BIN%" ^
-DPARQUET_REQUIRE_ENCRYPTION:BOOL=ON ^
-DPython3_EXECUTABLE="%PYTHON%" ^
-DWIN32_LEAN_AND_MEAN ^
%EXTRA_CMAKE_ARGS% ^
..
if %ERRORLEVEL% neq 0 exit 1
Expand Down

0 comments on commit 4612cd2

Please sign in to comment.