aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-14 15:51:14 +0200
committerDavid Robillard <d@drobilla.net>2020-08-14 19:07:52 +0200
commitdee13339e45305ff0a15b3d50d7cbccdc4722b86 (patch)
treeb0ee56c36cdebeffcd4d274b3e3b77b0f0de026e /wscript
parent8827c4a88998b12cbfd2076c207d2d46e57b0b51 (diff)
downloadserd-dee13339e45305ff0a15b3d50d7cbccdc4722b86.tar.gz
serd-dee13339e45305ff0a15b3d50d7cbccdc4722b86.tar.bz2
serd-dee13339e45305ff0a15b3d50d7cbccdc4722b86.zip
Separate base64 implementation
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript b/wscript
index a0fcda23..5617afa7 100644
--- a/wscript
+++ b/wscript
@@ -142,7 +142,8 @@ def configure(conf):
lib_headers = ['src/reader.h']
-lib_source = ['src/byte_source.c',
+lib_source = ['src/base64.c',
+ 'src/byte_source.c',
'src/env.c',
'src/n3.c',
'src/node.c',