aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-02-15 23:09:48 +0100
committerDavid Robillard <d@drobilla.net>2019-02-16 16:56:50 +0100
commit64f4befecee11e9a3ebd92448e29786992873ecb (patch)
tree0e3b024bd2949ec5460d25c373b416b9dcab2714 /wscript
parentbde3d8020cdc2205dffbee128c205f5a8e7ec93f (diff)
downloadpugl-64f4befecee11e9a3ebd92448e29786992873ecb.tar.gz
pugl-64f4befecee11e9a3ebd92448e29786992873ecb.tar.bz2
pugl-64f4befecee11e9a3ebd92448e29786992873ecb.zip
Remove spurious double blank lines
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript b/wscript
index a61f73f..9bb55f3 100644
--- a/wscript
+++ b/wscript
@@ -142,7 +142,6 @@ def build(bld):
cflags = ['-DPUGL_INTERNAL'],
**lib_common)
-
if bld.env['BUILD_TESTS']:
test_libs = libs
test_cflags = ['']
@@ -164,7 +163,6 @@ def build(bld):
cflags = test_cflags,
**common)
-
if bld.env['DOCS']:
bld(features = 'subst',
source = 'Doxyfile.in',