Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx committed Dec 3, 2024
1 parent 9e98b8c commit 7be0b4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Set environment variables: PLATFORM: [x64, x86], BUILD_TYPE: [Debug, Release], V
.. code-block:: bash
set platform=x64
set build_type=Debug
set vs_version=VS14
set build_type=Release
set vs_version=VS17
.\scripts\build_dependencies.bat
.\scripts\build_libsnowflakeclient.bat
Expand Down
4 changes: 2 additions & 2 deletions scripts/build_dependencies.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ set vs_version=%3
set dynamic_runtime=%4

set scriptdir=%~dp0
call "%scriptdir%build_arrow.bat" :build %platform% %build_type% %vs_version% %dynamic_runtime%
if %ERRORLEVEL% NEQ 0 goto :error
call "%scriptdir%build_zlib.bat" :build %platform% %build_type% %vs_version% %dynamic_runtime%
if %ERRORLEVEL% NEQ 0 goto :error
call "%scriptdir%build_openssl.bat" :build %platform% %build_type% %vs_version% %dynamic_runtime%
Expand All @@ -37,8 +39,6 @@ call "%scriptdir%build_picojson.bat" :build %platform% %build_type% %vs_version%
if %ERRORLEVEL% NEQ 0 goto :error
call "%scriptdir%build_cmocka.bat" :build %platform% %build_type% %vs_version% %dynamic_runtime%
if %ERRORLEVEL% NEQ 0 goto :error
call "%scriptdir%build_arrow.bat" :build %platform% %build_type% %vs_version% %dynamic_runtime%
if %ERRORLEVEL% NEQ 0 goto :error

:success
cd "%curdir%"
Expand Down

0 comments on commit 7be0b4b

Please sign in to comment.