fixed: build

This commit is contained in:
Bob 2014-02-09 17:47:54 +01:00
parent fd3c59a02a
commit 43e21c5731

View file

@ -22,7 +22,7 @@ def configure(conf):
conf.write_config_header('config.h')
def build(bld):
bld.program(source='src/main.cpp'
bld.program(source='src/main.cpp',
use=['jack'],
includes='./src',
cxxflags='-Wall -g',