Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pkg-config to avoid setting LIBPATH to point to gstreamer deps… #21515

Merged
merged 1 commit into from Aug 29, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update pkg-config to not require LIBPATH to point to gst deps on Windows

  • Loading branch information
ferjm committed Aug 29, 2018
commit c9e529c4fc15e69adf0613b2a204337eeac01862

Some generated files are not rendered by default. Learn more.

@@ -54,8 +54,6 @@ install:
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain none
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- set PKG_CONFIG_PATH=%PKG_CONFIG_PATH%;C:\gstreamer\1.0\x86_64\lib\pkgconfig
- set LIB=%LIB%;C:\gstreamer\1.0\x86_64\lib
- set LIBPATH=C:\gstreamer\1.0\x86_64\lib;%LIBPATH%
- rustup -V
- mach rustc --version
- mach cargo --version
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.