File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ if not exist %HOMEPATH%\.cargo\bin\cargo-cbuild.exe %HOMEPATH%\.cargo\bin\cargo
96
96
97
97
:: Enable workaround if latest stable Rust caused issues like #968.
98
98
:: Update RUST_DOWNGRADE_VER below as well as required.
99
- @ set DOWNGRADE_RUST_VERSION = 0
99
+ @ set DOWNGRADE_RUST_VERSION = 1
100
100
101
101
:: now build librsvg
102
102
set PATH = %PATH% ;%HOMEPATH% \.cargo\bin
@@ -108,7 +108,7 @@ cd msvc-build
108
108
if exist %INST% \lib\libpcre2-8.a copy /b %INST% \lib\libpcre2-8.a %INST% \lib\pcre2-8.lib
109
109
110
110
if not " %DOWNGRADE_RUST_VERSION% " == " 1" goto :normal_rust_build
111
- @ set RUST_DOWNGRADE_VER = 1.77.2
111
+ @ set RUST_DOWNGRADE_VER = 1.82.0
112
112
%HOMEPATH% \.cargo\bin\rustup install %RUST_DOWNGRADE_VER% -%RUST_HOST%
113
113
meson setup .. --buildtype=release --prefix=%INST_PSX% --pkg-config-path=%INST% \lib\pkgconfig --cmake-prefix-path=%INST% -Dtriplet=%RUST_HOST% -Drustc-version=%RUST_DOWNGRADE_VER% || goto :error
114
114
goto :continue_build
You can’t perform that action at this time.
0 commit comments