mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
docs - write a newline in example file to remove warning with solaris compilers
This commit is contained in:
parent
ec0263f47c
commit
369bae306f
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
|
||||
def write_header(tsk):
|
||||
tsk.outputs[0].write('int abc = 423;')
|
||||
tsk.outputs[0].write('int abc = 423;\n')
|
||||
bld(rule=write_header, target='b.h', ext_out=['.h'])
|
||||
|
||||
bld.program(
|
||||
|
Loading…
Reference in New Issue
Block a user