mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 16:20:12 +01:00
This'll teach me to do this during a datacenter consolidation
Forgot to run automake
This commit is contained in:
@@ -1128,7 +1128,7 @@ audacity$(EXEEXT): src/audacity$(EXEEXT)
|
|||||||
|
|
||||||
modules:
|
modules:
|
||||||
mkdir -p modules
|
mkdir -p modules
|
||||||
(cd lib-src/mod-nyq-bench && make) && cp -a .libs/mod-nyq-bench.so ../../modules
|
(cd lib-src/mod-nyq-bench && make && cp .libs/mod-nyq-bench.so ../../modules
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
|||||||
Reference in New Issue
Block a user