chore(makefile): apply fixes to original makefile

This commit is contained in:
Stephan Seitz 2022-02-07 22:06:50 +01:00
parent 81f2a5d702
commit 5639b74db0
2 changed files with 48 additions and 10 deletions

View file

@ -113,7 +113,7 @@ function M.select_compile_command(repo, cc, compile_location)
args = {
"--makefile=" .. utils.join_path(utils.get_package_path(), "scripts", "compile_parsers.makefile"),
"CC=" .. cc,
"CXX_STANDARD=" .. (repo.cxx_standard or 'c++14'),
"CXX_STANDARD=" .. (repo.cxx_standard or "c++14"),
},
cwd = compile_location,
},