[libgit2-glib/wip/inigomartinez/meson: 6/12] meson: Remove host system variable
- From: Iñigo Martínez <inigomartinez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib/wip/inigomartinez/meson: 6/12] meson: Remove host system variable
- Date: Fri, 19 Jan 2018 20:20:45 +0000 (UTC)
commit 45afc04ce61989f2e8d2bbfd2c55df3ff7ffde1a
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Fri Jan 19 13:21:09 2018 +0100
meson: Remove host system variable
The variable holding information about the host system is not
used at all.
This patch removes this unused variable.
https://bugzilla.gnome.org/show_bug.cgi?id=792699
meson.build | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 4ba0d7e..7454068 100644
--- a/meson.build
+++ b/meson.build
@@ -40,7 +40,6 @@ libgit2_glib_datadir = join_paths(libgit2_glib_prefix, get_option('datadir'))
libgit2_glib_pkgincludedir = join_paths(libgit2_glib_includedir, libgit2_glib_api_name, meson.project_name())
cc = meson.get_compiler('c')
-host_system = host_machine.system()
# Compiler flags
if cc.get_id() == 'msvc'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]