[gobject-introspection/wip/meson: 11/23] meson: Try to use win_flex and win_bison if available
- From: Nirbheek Chauhan <nirbheekc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/wip/meson: 11/23] meson: Try to use win_flex and win_bison if available
- Date: Tue, 28 Nov 2017 12:37:42 +0000 (UTC)
commit 18c2d53a7c5ac6a873d42bf81b0ebea11ed6fd75
Author: Nirbheek Chauhan <nirbheek centricular com>
Date: Fri Nov 24 02:44:11 2017 +0530
meson: Try to use win_flex and win_bison if available
These are the native windows versions of flex and bison.
giscanner/meson.build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/giscanner/meson.build b/giscanner/meson.build
index 5357ae5..5a92a16 100644
--- a/giscanner/meson.build
+++ b/giscanner/meson.build
@@ -41,8 +41,8 @@ endforeach
install_subdir('doctemplates', install_dir: giscannerdir)
-flex = find_program('flex')
-bison = find_program('bison')
+flex = find_program('flex', 'win_flex')
+bison = find_program('bison', 'win_bison')
scannerparser = custom_target('scannerparser',
input: 'scannerparser.y',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]