rename cmake_support directory to cmake
This commit is contained in:
parent
f9823ddf94
commit
03de31972c
10 changed files with 8 additions and 8 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
os: ubuntu-latest
|
||||
install_dir: ~/portaudio
|
||||
dependencies_extras: mingw-w64
|
||||
cmake_extras: -DCMAKE_TOOLCHAIN_FILE=i686-w64-mingw32.cmake
|
||||
cmake_extras: -DCMAKE_TOOLCHAIN_FILE=cmake/i686-w64-mingw32.cmake
|
||||
- name: Windows
|
||||
os: windows-latest
|
||||
install_dir: C:\portaudio
|
||||
|
|
|
|||
Loading…
Reference in a new issue