From 19847ba24a5a6e7c33c4e00a49842d77f7c5a4a3 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 29 Aug 2024 18:46:44 -0400 Subject: update various deprecation notices to call out meson 2.0 --- unittests/allplatformstests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests') diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py index dac7f9797..ccd2c476a 100644 --- a/unittests/allplatformstests.py +++ b/unittests/allplatformstests.py @@ -2464,7 +2464,7 @@ class AllPlatformTests(BasePlatformTests): tdir = os.path.join(self.unit_test_dir, '30 shared_mod linking') out = self.init(tdir) msg = ('''DEPRECATION: target prog links against shared module mymod, which is incorrect. - This will be an error in the future, so please use shared_library() for mymod instead. + This will be an error in meson 2.0, so please use shared_library() for mymod instead. If shared_module() was used for mymod because it has references to undefined symbols, use shared_library() with `override_options: ['b_lundef=false']` instead.''') self.assertIn(msg, out) -- cgit v1.2.3