From f568d8056263718b4c73c4d8da9d02467e7414a5 Mon Sep 17 00:00:00 2001
From: MichelJuillard <michel.juillard@mjui.fr>
Date: Fri, 29 Sep 2023 20:47:01 +0200
Subject: [PATCH] change FlexLexer.h

---
 src/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/meson.build b/src/meson.build
index ecf7db5a..1a5b6179 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -20,7 +20,7 @@ if not cpp_compiler.has_header('FlexLexer.h')
     	  fs.parent(fs.parent(flex_exe.full_path())) / 'include' / 'FlexLexer.h', 
     	  'FlexLexer.h'
 	  )
-  flexlexer_h = 'FlexLexer.h'
+  flexlexer_h = '../src/FlexLexer.h'
 else
   flexlexer_h = []
 endif
-- 
GitLab