mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Actually do what the previous change said
Forgot to actually exclude mod-null and mod-nyq-bench from the build. Fixed a few typos. And removed "zip" from the package install on Ubuntu since it's not needed anymore.
This commit is contained in:
@@ -6,7 +6,7 @@ message( STATUS "========== Configuring ${TARGET} ==========" )
|
||||
|
||||
def_vars()
|
||||
|
||||
add_library( ${TARGET} MODULE )
|
||||
add_library( ${TARGET} MODULE EXCLUDE_FROM_ALL )
|
||||
|
||||
list( APPEND SOURCES
|
||||
PRIVATE
|
||||
@@ -25,7 +25,7 @@ list( APPEND DEFINES
|
||||
# the Windows pragmas are removed from ModNullCallback.cpp.
|
||||
# Without it, the wxWidgets "debug.h" will define __WXDEBUG__
|
||||
# which then causes this module to emit library pragmas for the
|
||||
# debug versions of wxWidgets...even if the build if for Release.
|
||||
# debug versions of wxWidgets...even if the build is for Release.
|
||||
wxDEBUG_LEVEL=0
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user