mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Don't disable accessibility in Mac build of wxWidgets for Audacity
This commit is contained in:
parent
6cff61535b
commit
58fa401faf
@ -51,8 +51,7 @@ function bld
|
|||||||
pushd "${1}"
|
pushd "${1}"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
../configure --disable-accessibility \
|
../configure --enable-macosx-arch=i386 \
|
||||||
--enable-macosx-arch=i386 \
|
|
||||||
--with-expat=builtin \
|
--with-expat=builtin \
|
||||||
--with-zlib=builtin \
|
--with-zlib=builtin \
|
||||||
--with-regex=builtin \
|
--with-regex=builtin \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user