This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
replace deprecated call to opt.sub_options with opt.recurse
tags/v1.9.11-RC1
Karl Lindén
10 years ago
parent
bf3a21ef2a
commit
d6b0620188
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wscript
+ 1
- 1
wscript
View File
@@ -439,7 +439,7 @@ def options(opt):
readline.set_check_hook(check_for_readline, check_for_readline_error)
# dbus options
opt.
sub_options
('dbus')
opt.
recurse
('dbus')
# this must be called before the configure phase
auto_options_argv_hack()
Write
Preview
Loading…
Cancel
Save