Skip to content

Commit

Permalink
Conan
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Aug 16, 2024
1 parent 8fea940 commit afa3639
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
conan install --build=missing ../externals/windows/libvpx -s build_type=Release
conan create ../externals/windows/openimageio
conan create ../externals/windows/oidn
shell: pwsh
shell: bash

#- uses: mxschmitt/action-tmate@v3

Expand Down
4 changes: 2 additions & 2 deletions conan_profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ os=Windows
[conf]
tools.cmake.cmaketoolchain:generator=Ninja
tools.env.virtualenv:powershell=False
tools.microsoft.bash:active=False
tools.microsoft.bash:path=C:/shells/gitbash.exe
tools.microsoft.bash:active=True
tools.microsoft.bash:path=C:\shells\gitbash.exe
tools.microsoft.bash:subsystem=msys2
5 changes: 5 additions & 0 deletions externals/windows/libvpx/conanfile.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from conan import ConanFile

class Libvpx(ConanFile):
requires= ["libvpx/1.13.1",]
win_bash=True
2 changes: 0 additions & 2 deletions externals/windows/libvpx/conanfile.txt

This file was deleted.

0 comments on commit afa3639

Please sign in to comment.