diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-05 13:20:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-05 13:20:43 +0100 |
| commit | 0e44231b81126ad2208413af712c3dea1fa23570 (patch) | |
| tree | 26c39b360413610fa6c0791df2830e07609ace67 /wscript | |
| parent | 65027953889572e78395fb2c0f184d5f3ffe3941 (diff) | |
Fix valgrind support.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -702,7 +702,7 @@ def configure(conf): # Other stuff conf.find_program('msgfmt', var='MSGFMT') - conf.check(header_name='valgrind/memcheck.h', mandatory=False) + conf.check(header_name='valgrind/memcheck.h', mandatory=False, define_name='DCPOMATIC_HAVE_VALGRIND_MEMCHECK_H') datadir = conf.env.DATADIR if not datadir: |
