mirror of https://github.com/GNOME/gimp.git
meson: not discouraged anymore on Windows.
This commit is contained in:
parent
588d11dc5c
commit
2cfe18fcf7
14
meson.build
14
meson.build
|
@ -1881,11 +1881,13 @@ if warnings.length() > 0
|
||||||
endforeach
|
endforeach
|
||||||
endif
|
endif
|
||||||
|
|
||||||
warning('''
|
if not platform_windows
|
||||||
|
warning('''
|
||||||
|
|
||||||
MESON BUILD IS STILL EXPERIMENTAL!
|
MESON BUILD IS STILL EXPERIMENTAL!
|
||||||
|
|
||||||
we encourage usage of meson if you want to test and
|
we encourage usage of meson if you want to test and
|
||||||
report bugs. Yet if you are a packager, DO NOT USE
|
report bugs. Yet if you are a packager, DO NOT USE
|
||||||
meson until we fix all known issues and bugs.
|
meson until we fix all known issues and bugs.
|
||||||
''')
|
''')
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in New Issue