bindings: add trgger bindings to list of processed files

This should not need to be done in fmt-bindings, just the list in wscript should
be enough. We ought to fix this someday
This commit is contained in:
Paul Davis 2021-11-01 12:11:09 -06:00
parent b7ce131557
commit 2e33a7244d
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ if ($make_accelmap) {
# merge in the "fixed" bindings that are not defined by the argument given to this program
# this covers things like the step editor, monitor and processor box bindings
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings") {
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings") {
$path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings);
open HARDCODED, "<", $path or die $!;
while (<HARDCODED>) {