guile: don't run test with asan builds

They're incompatible.
This commit is contained in:
Dirk-Jan C. Binnema
2022-12-29 12:25:58 +02:00
parent 653bc9253f
commit 5bf6fa399b
3 changed files with 22 additions and 33 deletions

View File

@ -31,7 +31,7 @@ project('mu', ['c', 'cpp'],
# installation paths
prefixdir = get_option('prefix')
bindir = prefixdir / get_option('bindir')
bindir = prefixdir / get_option('bindir')
datadir = prefixdir / get_option('datadir')
mandir = prefixdir / get_option('mandir')
infodir = prefixdir / get_option('infodir')