Skip to content

Commit

Permalink
Rename a script
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Dec 10, 2023
1 parent 4bf96af commit dfbcf72
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports-juce5/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ if build_lv2 or build_vst2
custom_target(plugin_name + '-lv2-bundle',
output: plugin_name + '.lv2',
input: plugin_lv2_lib,
command: [ '../scripts/generate-ttl.sh', lv2_ttl_generator, '@OUTPUT@', plugin_lv2_lib.full_path() ],
command: [ '../scripts/generate-lv2.sh', lv2_ttl_generator, '@OUTPUT@', plugin_lv2_lib.full_path() ],
install: true,
install_dir: lv2dir,
)
Expand Down
2 changes: 1 addition & 1 deletion ports-juce6.0/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ foreach plugin : plugins
custom_target(plugin_name + '-lv2-bundle',
output: plugin_name + '.lv2',
input: plugin_lv2_lib,
command: [ '../scripts/generate-ttl.sh', lv2_ttl_generator, '@OUTPUT@', plugin_lv2_lib.full_path() ],
command: [ '../scripts/generate-lv2.sh', lv2_ttl_generator, '@OUTPUT@', plugin_lv2_lib.full_path() ],
install: true,
install_dir: lv2dir,
)
Expand Down
2 changes: 1 addition & 1 deletion ports-juce6.1/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ foreach plugin : plugins
custom_target(plugin_name + '-lv2-bundle',
output: plugin_name + '.lv2',
input: plugin_lv2_lib,
command: [ '../scripts/generate-ttl.sh', lv2_ttl_generator, '@OUTPUT@', plugin_lv2_lib.full_path() ],
command: [ '../scripts/generate-lv2.sh', lv2_ttl_generator, '@OUTPUT@', plugin_lv2_lib.full_path() ],
install: true,
install_dir: lv2dir,
)
Expand Down
2 changes: 1 addition & 1 deletion ports-juce7/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ foreach plugin : plugins
custom_target(plugin_name + '-lv2-bundle',
output: plugin_name + '.lv2',
input: plugin_lv2_lib,
command: [ '../scripts/generate-ttl.sh', lv2_ttl_generator, '@OUTPUT@', plugin_lv2_lib.full_path() ],
command: [ '../scripts/generate-lv2.sh', lv2_ttl_generator, '@OUTPUT@', plugin_lv2_lib.full_path() ],
install: true,
install_dir: lv2dir,
)
Expand Down
File renamed without changes.

0 comments on commit dfbcf72

Please sign in to comment.