mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 05:43:07 +02: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()
|
if xmllint.found()
|
||||||
tmpsample_xml = custom_target('tmpsample.xml',
|
tmpsample_xml = custom_target('tmpsample.xml',
|
||||||
output : 'tmpsample.xml',
|
output : 'tmpsample.xml',
|
||||||
build_by_default : true, # hack around meson bug, see PR #1335
|
|
||||||
command : [ gtester, '-k', '--quiet', '-o', '@OUTPUT@',
|
command : [ gtester, '-k', '--quiet', '-o', '@OUTPUT@',
|
||||||
'--test-arg=--gtester-selftest', gtester])
|
'--test-arg=--gtester-selftest', gtester])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user