We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87d5ca commit 672bb9cCopy full SHA for 672bb9c
build_win64.bat
@@ -22,7 +22,7 @@ SETLOCAL
22
if NOT DEFINED ARROW_GIT_REPOSITORY SET ARROW_GIT_REPOSITORY="https://github.com/apache/arrow"
23
if NOT DEFINED ARROW_GIT_TAG SET ARROW_GIT_TAG="b050bd0d31db6412256cec3362c0d57c9732e1f2"
24
if NOT DEFINED ODBCABSTRACTION_REPO SET ODBCABSTRACTION_REPO="../flightsql-odbc"
25
-if NOT DEFINED ODBCABSTRACTION_GIT_TAG SET ODBCABSTRACTION_GIT_TAG="52cb68765a02c2e9456402f8b678556d7feb39e7"
+SET ODBCABSTRACTION_GIT_TAG="52cb68765a02c2e9456402f8b678556d7feb39e7"
26
27
cmake ..^
28
-DARROW_GIT_REPOSITORY=%ARROW_GIT_REPOSITORY%^
0 commit comments