Skip to content

Commit

Permalink
some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Dec 15, 2023
1 parent 8c3ce5d commit e4d4dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lc/clang_ast_to_asr.h
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@ class ClangASTtoASRVisitor: public clang::RecursiveASTVisitor<ClangASTtoASRVisit
"mambaforge/envs",
"lib/gcc",
"lib/clang",
"micromamba-root/envs"
};
for( std::string& path: include_paths ) {
if( file_path.find(path) != std::string::npos ) {
Expand Down

0 comments on commit e4d4dd4

Please sign in to comment.