wscript: remove trailing whitespace

This commit is contained in:
Mads Kiilerich
2022-01-25 00:23:43 +01:00
parent 4cec4a659b
commit 06f8936a73
8 changed files with 8 additions and 11 deletions

View File

@@ -8,11 +8,11 @@ out = 'build'
def options(opt):
autowaf.set_options(opt)
def configure(conf):
autowaf.check_pkg(conf, 'pangomm-1.4', uselib_store='PANGOMM', atleast_version='1.4', mandatory=True)
autowaf.check_pkg(conf, 'cairomm-1.0', uselib_store='CAIROMM', atleast_version='1.8.4', mandatory=True)
def build(bld):
obj = bld(features = 'cxx cxxshlib')
obj.source = '''