diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-15 23:28:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-15 23:28:46 +0100 |
| commit | 3942c8e910e49e9df53c77609f6338f5caca8230 (patch) | |
| tree | 977aa17be9b69e046ce63e2b15a04e81c6c83ea5 | |
| parent | 84ab32e2bb86b6f5f45a70113f67cd59ac739f54 (diff) | |
| -rw-r--r-- | tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wscript b/tools/wscript index 9de44d1..5238d68 100644 --- a/tools/wscript +++ b/tools/wscript @@ -1,6 +1,6 @@ def build(bld): obj = bld(features='cxx cxxprogram') obj.use = ['libsub-1.0'] - obj.uselib = 'OPENJPEG CXML BOOST_FILESYSTEM BOOST_REGEX' + obj.uselib = 'OPENJPEG CXML BOOST_FILESYSTEM BOOST_REGEX FMT' obj.source = 'dumpsubs.cc' obj.target = 'dumpsubs' |
