summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-24 00:40:29 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-26 00:26:40 +0100
commit1e324c3cac09ac886293f755d0c1527ece2f5244 (patch)
tree1d40934d1a21a6e467ae8126307c81752d86dbb8 /wscript
parent41152314e0353afd2374bef31e5876096a6fcb29 (diff)
Configure with libfmt.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 09c93897e..073dade64 100644
--- a/wscript
+++ b/wscript
@@ -644,6 +644,7 @@ def configure(conf):
define_name="DCPOMATIC_HAVE_SQLITE3_PREPARE_V3",
mandatory=False)
+ conf.check_cfg(package='fmt', args='--cflags --libs', uselib_store='FMT', mandatory=True)
# Other stuff