Skip to content

Commit

Permalink
disable jack framework
Browse files Browse the repository at this point in the history
  • Loading branch information
sebshader committed Aug 6, 2023
1 parent a499ef1 commit f85d8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: configure Pd
run: |
./autogen.sh
./configure --enable-jack CFLAGS="-arch x86_64 -arch arm64"
./configure --enable-jack --disable-jack-framework CFLAGS="-arch x86_64 -arch arm64"
- name: make Pd
run: make
- name: make package
Expand Down

0 comments on commit f85d8a4

Please sign in to comment.