This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
session-manager: Don't install 'send_osc' test program (which conflicts with a program of the same name in pyliblo)
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
96c14ea75a
commit
fc34b88b50
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
session-manager/wscript
+ 1
- 1
session-manager/wscript
View File
@@ -90,7 +90,7 @@ src/send_osc.C
includes = ['.', 'src', '../nonlib' ],
uselib = [ 'LIBLO' ],
use = [ 'nonlib'],
install_path =
'${BINDIR}'
)
install_path =
None
)
start_dir = bld.path.find_dir( 'icons/hicolor' )
Write
Preview
Loading…
Cancel
Save