1
0
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:
Leland Lucius
2021-05-06 00:47:27 -05:00
parent 72c5ed863c
commit 25089ff3ee
3 changed files with 9 additions and 2 deletions

View File

@@ -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()