mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Modules should go into <prefix>/<libdir>/audacity/modules on Linux
This commit is contained in:
@@ -11,7 +11,7 @@ add_subdirectory( mod-script-pipe )
|
||||
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
if( NOT "${CMAKE_GENERATOR}" MATCHES "Visual Studio*")
|
||||
install( DIRECTORY "${_DEST}/modules"
|
||||
DESTINATION "${_PKGDATA}" )
|
||||
DESTINATION "${_PKGLIB}" )
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user