From 6e2b25e29d2e61e1c3f0522e0142d3d068e0a5d5 Mon Sep 17 00:00:00 2001 From: MichelJuillard <michel.juillard@mjui.fr> Date: Fri, 29 Sep 2023 20:49:36 +0200 Subject: [PATCH] change FlexLexer.h location --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 1a5b6179..14eb2e36 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 = '../src/FlexLexer.h' + flexlexer_h = '../../src/FlexLexer.h' else flexlexer_h = [] endif -- GitLab