mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
place generated bindings files in gtk2_ardour/
This may have some potential cross-platform issues if fmt-bindings is ever meant to run on Windows.
This commit is contained in:
parent
03350db8f0
commit
73170bfc53
1 changed files with 1 additions and 2 deletions
|
|
@ -208,8 +208,7 @@ while (<>) {
|
||||||
($group_key,$group_file,$group_name) = split (/\s+/, $_, 3);
|
($group_key,$group_file,$group_name) = split (/\s+/, $_, 3);
|
||||||
if ($make_accelmap && $ardour_bindings) {
|
if ($make_accelmap && $ardour_bindings) {
|
||||||
if (!exists ($group_handles{$group_file})) {
|
if (!exists ($group_handles{$group_file})) {
|
||||||
print "Try to open ", $group_file . ".bindings\n";
|
open $group_handles{$group_file}, ">", "gtk2_ardour/" . $group_file . ".bindings" or die "Cannot open bindings file " . $group_file . ".bindings: $!"
|
||||||
open $group_handles{$group_file}, ">", $group_file . ".bindings" or die "Cannot open bindings file " . $group_file . ".bindings: $!"
|
|
||||||
}
|
}
|
||||||
$group_files{$group_key} = $group_handles{$group_file}
|
$group_files{$group_key} = $group_handles{$group_file}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue