mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Auto merge of #21490 - servo:jdm-patch-22, r=KiChjang
appveyor: Append to LIB variable instead of overwriting it. - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #21489 - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21490) <!-- Reviewable:end -->
This commit is contained in:
commit
544f73a9fb
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ install:
|
||||||
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain none
|
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain none
|
||||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||||
- set PKG_CONFIG_PATH=%PKG_CONFIG_PATH%;C:\gstreamer\1.0\x86_64\lib\pkgconfig
|
- set PKG_CONFIG_PATH=%PKG_CONFIG_PATH%;C:\gstreamer\1.0\x86_64\lib\pkgconfig
|
||||||
- set LIB=C:\gstreamer\1.0\x86_64\lib
|
- set LIB=%LIB%;C:\gstreamer\1.0\x86_64\lib
|
||||||
- set LIBPATH=C:\gstreamer\1.0\x86_64\lib
|
- set LIBPATH=C:\gstreamer\1.0\x86_64\lib;%LIBPATH%
|
||||||
- rustup -V
|
- rustup -V
|
||||||
- mach rustc --version
|
- mach rustc --version
|
||||||
- mach cargo --version
|
- mach cargo --version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue