Skip to content

Commit

Permalink
[Temp] Update build_win32.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
alinaliBQ committed Dec 18, 2023
1 parent 0d6a8cc commit 4a96998
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/src/flightsql_odbc/flightsql-odbc/build_win32.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ mkdir build

cd build

if NOT DEFINED ARROW_GIT_REPOSITORY SET ARROW_GIT_REPOSITORY = "https://github.com/apache/arrow"
if NOT DEFINED ARROW_GIT_REPOSITORY (
SET ARROW_GIT_REPOSITORY="https://github.com/apache/arrow"
)

cmake ..^
-DARROW_GIT_REPOSITORY=%ARROW_GIT_REPOSITORY%^
Expand Down

0 comments on commit 4a96998

Please sign in to comment.