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

fix src/meson.build

parent 14408f28
Branches
No related tags found
No related merge requests found
......@@ -20,8 +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 = 'FlexLexer.h'
flexlexer_h = []
else
flexlexer_h = []
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment