mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
appveyor: Append to LIB variable instead of overwriting it.
This commit is contained in:
parent
3b9055510a
commit
a3f717c503
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