1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-24 19:49:22 +02:00

Пересборка postgres через cross

This commit is contained in:
Anton Titovets
2025-03-18 21:24:40 +03:00
parent 5ef0397e30
commit b53e9a78c4
6 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ cargo build --release --target x86_64-pc-windows-msvc
if errorlevel 1 goto :error
:: Сборка для x86_64-unknown-linux-gnu
wsl cargo build --release --target x86_64-unknown-linux-gnu
cross build --release --target x86_64-unknown-linux-gnu
if errorlevel 1 goto :error
:: Сборка для i686-pc-windows-msvc
@@ -28,7 +28,7 @@ cargo build --release --target i686-pc-windows-msvc
if errorlevel 1 goto :error
:: Сборка для i686-unknown-linux-gnu
wsl cargo build --release --target i686-unknown-linux-gnu
cross build --release --target i686-unknown-linux-gnu
if errorlevel 1 goto :error
:: Копирование файлов .dll и .so

Binary file not shown.

Binary file not shown.