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
commit
fc34b88b50
1 changed files with 1 additions and 1 deletions
  1. +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' )


Loading…
Cancel
Save