Compare commits

..

No commits in common. "53ae3f8ce582c0a32dd356fcd8da032d69795f4a" and "5283df7b9885ac06ca38090e1e24b3b2709f265f" have entirely different histories.

6 changed files with 6 additions and 8 deletions

View File

@ -153,7 +153,7 @@ jobs:
git pull
- name: Install Dependencies
run: vcpkg install pkgconf:x64-windows libsodium:x64-windows-static pthreads:x64-windows-static opus:x64-windows-static libvpx:x64-windows-static
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows
# setup vs env
- uses: ilammy/msvc-dev-cmd@v1
@ -212,7 +212,7 @@ jobs:
git pull
- name: Install Dependencies
run: vcpkg install pkgconf:x64-windows libsodium:x64-windows-static pthreads:x64-windows-static opus:x64-windows-static libvpx:x64-windows-static
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows
# setup vs env
- uses: ilammy/msvc-dev-cmd@v1

View File

@ -129,7 +129,7 @@ jobs:
git pull
- name: Install Dependencies
run: vcpkg install pkgconf:x64-windows libsodium:x64-windows-static pthreads:x64-windows-static opus:x64-windows-static libvpx:x64-windows-static
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows
# setup vs env
- uses: ilammy/msvc-dev-cmd@v1

@ -1 +1 @@
Subproject commit 2401079c1daaa4b8fdae378a8cad8d429c619565
Subproject commit e8b069c803e81152c538c87c28a891717099b269

@ -1 +1 @@
Subproject commit bccf7680e66d51683ad89f2f8e9659b35d34d90b
Subproject commit be24b3815bdf4d503a2db15ffaefc8cba7f2fce8

@ -1 +1 @@
Subproject commit 17d2baf7365c3499172dc5afd71171cb3a138d99
Subproject commit 4bda751f76be8e0028977ee918c9ba649bcf6d2d

View File

@ -75,8 +75,6 @@
#(libsodium.override { stdenv = pkgs.pkgsStatic.stdenv; })
#pkgsStatic.libsodium
libsodium
libopus
libvpx
] ++ self.packages.${system}.default.dlopenBuildInputs;
cmakeFlags = [