summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-15 23:28:46 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-15 23:28:46 +0100
commit3942c8e910e49e9df53c77609f6338f5caca8230 (patch)
tree977aa17be9b69e046ce63e2b15a04e81c6c83ea5
parent84ab32e2bb86b6f5f45a70113f67cd59ac739f54 (diff)
tools also require libfmt now.HEADmain
-rw-r--r--tools/wscript2
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'