1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Rob Sykes mods to make libsoxr build for Audacity on Linux

This commit is contained in:
v.audacity
2012-10-15 00:33:09 +00:00
parent 79ee7ac73b
commit 6adf60e0d4
2 changed files with 6 additions and 2 deletions

View File

@@ -10,4 +10,6 @@
# Autotools options should not be passed to this script.
cmake $* .
# Configure for Audacity.
# cmake $* .
cmake -DBUILD_SHARED_LIBS=OFF -DWITH_OPENMP=OFF .