mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
sys/targets: add -lc++ when building for test os on FreeBSD
This unbreaks gmake presubmit on FreeBSD.
This commit is contained in:
parent
e36b2ae53d
commit
4dcd09e8cb
@ -432,6 +432,9 @@ func init() {
|
||||
// which is not used by clang.
|
||||
// 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.
|
||||
target.CFlags = append(target.CFlags, "-lc++")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user