Skip to content
Snippets Groups Projects
Commit f568d805 authored by MichelJuillard's avatar MichelJuillard
Browse files

change FlexLexer.h

parent 2831a7c7
No related branches found
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ if not cpp_compiler.has_header('FlexLexer.h') ...@@ -20,7 +20,7 @@ if not cpp_compiler.has_header('FlexLexer.h')
fs.parent(fs.parent(flex_exe.full_path())) / 'include' / 'FlexLexer.h', fs.parent(fs.parent(flex_exe.full_path())) / 'include' / 'FlexLexer.h',
'FlexLexer.h' 'FlexLexer.h'
) )
flexlexer_h = 'FlexLexer.h' flexlexer_h = '../src/FlexLexer.h'
else else
flexlexer_h = [] flexlexer_h = []
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment