meson.build: remove javac version warning

whatever the issue was it's probably long gone
This commit is contained in:
Mis012
2024-03-24 22:54:52 +01:00
parent df0b5bc1ca
commit 26a6b90b1c

View File

@@ -1,10 +1,5 @@
project('android_translation_layer', ['c', 'java'], default_options: ['b_lundef=false'])
javac = meson.get_compiler('java')
if javac.version() != '1.8.0'
warning('javac versions other than 1.8.0 are known to cause issues at least on aarch64 alpine (you have: ', javac.version(), ')')
endif
gnome = import('gnome')
fs = import('fs')