mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 12:26:17 +01:00
Meson: Remove hack that got fixed a while ago
This commit is contained in:
parent
f456e311cd
commit
5f3db543f8
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user