Skip to content
  • Adrian Knoth's avatar
    wscript: Fix install targets · 662c5566
    Adrian Knoth authored
    waf complains about missing source files, e.g.:
    
       could not find 'jack/*.h' in /home/adi/jack2/common
    
    ant_glob fixes the problem
    662c5566