From 2d572622ca6fc1855a3fe275d5a8b992849b48f4 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Wed, 13 May 2020 22:08:38 +0200 Subject: sys/targets: fix typo --- sys/targets/targets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/targets/targets.go b/sys/targets/targets.go index 927efe053..efa441e8d 100644 --- a/sys/targets/targets.go +++ b/sys/targets/targets.go @@ -433,7 +433,7 @@ func init() { // Ensure clang does not complain about it. target.CFlags = append(target.CFlags, "-Wno-unused-command-line-argument") // When building executor for the test OS, clang needs - // to link against the c++ library. + // to link against the libc++ library. target.CFlags = append(target.CFlags, "-lc++") } } -- cgit mrf-deployment