diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-24 00:40:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-26 00:26:40 +0100 |
| commit | 1e324c3cac09ac886293f755d0c1527ece2f5244 (patch) | |
| tree | 1d40934d1a21a6e467ae8126307c81752d86dbb8 /wscript | |
| parent | 41152314e0353afd2374bef31e5876096a6fcb29 (diff) | |
Configure with libfmt.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
