fixed: build
This commit is contained in:
parent
fd3c59a02a
commit
43e21c5731
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -22,7 +22,7 @@ def configure(conf):
|
||||||
conf.write_config_header('config.h')
|
conf.write_config_header('config.h')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
bld.program(source='src/main.cpp'
|
bld.program(source='src/main.cpp',
|
||||||
use=['jack'],
|
use=['jack'],
|
||||||
includes='./src',
|
includes='./src',
|
||||||
cxxflags='-Wall -g',
|
cxxflags='-Wall -g',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue