You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cp "$file""C:\Program Files\Simba ODBC Driver for Google BigQuery\lib"
96
+
cp "$file""C:\Program Files\ODBC Driver for BigQuery\lib"
91
97
done
92
-
cp "${CMAKE_OUT}"/google/cloud/odbc/google_cloud_odbc_bq_driver.dll "C:\Program Files\Simba ODBC Driver for Google BigQuery\lib\GoogleBigQueryODBC_sb64.dll"
98
+
cp "${CMAKE_OUT}"/google/cloud/odbc/google_cloud_odbc_bq_driver.dll "C:\Program Files\ODBC Driver for BigQuery\google_cloud_odbc_bq_driver.dll"
93
99
fi
94
100
95
101
if [ "$BUILD_SHARD"=="BqDriver" ] && [ "$DRIVER_ARCH"=="x86" ];then
cp "$file""C:\Program Files (x86)\Simba ODBC Driver for Google BigQuery\lib"
103
+
cp "$file""C:\Program Files (x86)\ODBC Driver for BigQuery\lib"
98
104
done
99
-
cp "${CMAKE_OUT}"/google/cloud/odbc/google_cloud_odbc_bq_driver.dll "C:\Program Files (x86)\Simba ODBC Driver for Google BigQuery\lib\GoogleBigQueryODBC_sb32.dll"
105
+
cp "${CMAKE_OUT}"/google/cloud/odbc/google_cloud_odbc_bq_driver.dll "C:\Program Files (x86)\ODBC Driver for BigQuery\google_cloud_odbc_bq_driver.dll"
0 commit comments