Skip to content

Commit

Permalink
Add pawpaw for Win32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
AnClark committed Apr 9, 2024
1 parent 83586e3 commit 71ac9cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt-get install -yqq binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64 wine-stable
- name: Setup pawpaw
run: |
git clone https://github.com/DISTRHO/PawPaw.git
git -C PawPaw checkout 80607a7
- name: Build win64 cross-compiled plugins
env:
Expand All @@ -85,6 +89,7 @@ jobs:
PKG_CONFIG: "false"
WINEDEBUG: "-all"
run: |
pushd PawPaw && source local.env win64 && popd
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
make -C build -j $(nproc)
Expand Down

0 comments on commit 71ac9cd

Please sign in to comment.