Skip to content

Commit

Permalink
#199 fix wrong path in LV2 package
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp56300 committed Jul 26, 2024
1 parent 5087f95 commit abc0ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/juce.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ macro(createJucePlugin targetName productName isSynth plugin4CC binaryDataProjec
else()
set(pattern "*.so")
endif()
install(DIRECTORY ${lv2OutputFolder}/${productName}.lv2 DESTINATION . COMPONENT ${productName}-LV2 FILES_MATCHING PATTERN ${pattern} PATTERN "*.ttl")
install(DIRECTORY ${lv2OutputFolder}/${productName}.lv2 DESTINATION lib/lv2/ COMPONENT ${productName}-LV2 FILES_MATCHING PATTERN ${pattern} PATTERN "*.ttl")
endif()

if(APPLE AND ${isSynth})
Expand Down

0 comments on commit abc0ab3

Please sign in to comment.