Meson: Remove hack that got fixed a while ago

This commit is contained in:
Xavier Claessens 2018-07-16 11:55:11 -04:00
parent f456e311cd
commit 5f3db543f8

View File

@ -202,7 +202,6 @@ if not meson.is_cross_build() and host_system != 'windows'
if xmllint.found()
tmpsample_xml = custom_target('tmpsample.xml',
output : 'tmpsample.xml',
build_by_default : true, # hack around meson bug, see PR #1335
command : [ gtester, '-k', '--quiet', '-o', '@OUTPUT@',
'--test-arg=--gtester-selftest', gtester])