You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
meson.build: remove javac version warning
whatever the issue was it's probably long gone
This commit is contained in:
@@ -1,10 +1,5 @@
|
|||||||
project('android_translation_layer', ['c', 'java'], default_options: ['b_lundef=false'])
|
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')
|
gnome = import('gnome')
|
||||||
fs = import('fs')
|
fs = import('fs')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user