aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile.cxx')
-rw-r--r--build2/cc/compile.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx
index 8fa3296..fbf6a19 100644
--- a/build2/cc/compile.cxx
+++ b/build2/cc/compile.cxx
@@ -294,7 +294,7 @@ namespace build2
continue;
process_libraries (act, bs, li, sys_lib_dirs,
- pt->as<file> (), a,
+ pt->as<file> (), a, 0, // Hack: lflags unused.
nullptr, nullptr, optf);
}
}
@@ -338,7 +338,7 @@ namespace build2
continue;
process_libraries (act, bs, li, sys_lib_dirs,
- pt->as<file> (), a,
+ pt->as<file> (), a, 0, // Hack: lflags unused.
nullptr, nullptr, optf);
}
}
@@ -385,7 +385,7 @@ namespace build2
continue;
process_libraries (act, bs, li, sys_lib_dirs,
- pt->as<file> (), a,
+ pt->as<file> (), a, 0, // Hack: lflags unused.
nullptr, nullptr, optf);
}
}