From 26a6b90b1cbf73f10a0f920588ba7c9a336106e2 Mon Sep 17 00:00:00 2001 From: Mis012 Date: Sun, 24 Mar 2024 22:54:52 +0100 Subject: [PATCH] meson.build: remove javac version warning whatever the issue was it's probably long gone --- meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meson.build b/meson.build index 04c80cdc..9cb915cb 100644 --- a/meson.build +++ b/meson.build @@ -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')