Skip to content

Commit

Permalink
macOS: disable jack framework
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Nov 4, 2021
1 parent c7d4300 commit 0ef09a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iem-ci/gitlab-iem.yml
Expand Up @@ -40,7 +40,7 @@ variables:
- mac/tcltk-wish.sh "${TCLTK_VERSION}" | sed -e 's|\(-D[^ ]* \)|@DFLAGS@ |g' -e 's|@DFLAGS@.*@DFLAGS@|@FLAGS@|'
script:
- ./autogen.sh
- ./configure --enable-jack CPPFLAGS="-DPD_FLOATSIZE=${PD_FLOATSIZE}"
- ./configure --disable-jack-framework --enable-jack CPPFLAGS="-DPD_FLOATSIZE=${PD_FLOATSIZE}"
- make
- mac/osx-app.sh --wish "Wish-${TCLTK_VERSION}.app" ${VERSION}

Expand Down

0 comments on commit 0ef09a0

Please sign in to comment.