diff options
author | Simon Warta <[email protected]> | 2017-02-26 20:53:52 +0100 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-02-26 21:04:29 +0100 |
commit | b8f5d6a62d7705a97efeff1979085b291e0c8fd0 (patch) | |
tree | b30044d636135147fe9def73a8a41fafa7721707 /configure.py | |
parent | 241b84000e3a6ca515bbb59e675266e5d857affa (diff) |
Configure: remove trailing whitespace
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 4eb8968de..2a7e5f87f 100755 --- a/configure.py +++ b/configure.py @@ -1317,7 +1317,7 @@ def gen_bakefile(build_config, options, external_libs): # global options f.write('includedirs += build/include/;\n') - + for lib in external_libs.split(" "): f.write('libs += "%s";\n' %lib.replace('.lib', '')) |