diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-02 21:37:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-02 21:37:35 +0100 |
| commit | d7e986dfe6a8127a6e060448e05f56f0655fe9c5 (patch) | |
| tree | a4756fbb38889a50b906395a18a87e3f7757b5be /src/wscript | |
| parent | 593dd38514f6ba777c1eef1b065ca7e51e405c7b (diff) | |
Allow use of libfmt.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wscript b/src/wscript index 563b331..8ae7788 100644 --- a/src/wscript +++ b/src/wscript @@ -8,7 +8,7 @@ def build(bld): obj.name = 'libsub%s' % bld.env.API_VERSION obj.target = 'sub%s' % bld.env.API_VERSION - obj.uselib = 'CXML BOOST_FILESYSTEM BOOST_LOCALE BOOST_REGEX' + obj.uselib = 'CXML BOOST_FILESYSTEM BOOST_LOCALE BOOST_REGEX FMT' obj.export_includes = ['.'] obj.source = """ colour.cc |
