remove module path thing

This commit is contained in:
2025-11-19 13:43:42 -03:00
parent 78c2913c61
commit 2416c68f1e

View File

@@ -50,7 +50,6 @@ function M.configure_cmake(build_type)
end
local cmake_args = {
module_path_arg,
"-DCMAKE_BUILD_TYPE=" .. build_type,
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
".."