[wing/improve-meson: 3/4] meson: remove useless host_system var



commit 2f31f4af82632db55673047c0714c9f2680cf850
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Thu Mar 26 13:59:37 2020 +0100

    meson: remove useless host_system var

 meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index a57f011..04c07a6 100644
--- a/meson.build
+++ b/meson.build
@@ -40,7 +40,6 @@ wing_includedir_real = wing_api_name / meson.project_name()
 wing_datadir = wing_prefix / get_option('datadir')
 
 cc = meson.get_compiler('c')
-host_system = host_machine.system()
 
 conf = configuration_data()
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]