mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
NO-OP: whitespace
This commit is contained in:
parent
34c4f7b8ee
commit
bca825e515
12 changed files with 22 additions and 22 deletions
|
|
@ -21,8 +21,8 @@ def configure(conf):
|
|||
autowaf.configure(conf)
|
||||
|
||||
def build(bld):
|
||||
obj=bld.stlib (source = ['lua.cc', 'luastate.cc'],
|
||||
cflags = [ bld.env['compiler_flags_dict']['pic'] ],
|
||||
obj=bld.stlib (source = ['lua.cc', 'luastate.cc'],
|
||||
cflags = [ bld.env['compiler_flags_dict']['pic'] ],
|
||||
cxxflags = [ bld.env['compiler_flags_dict']['pic'] ],
|
||||
includes = ['.'],
|
||||
export_includes = ['.'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue