mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 03:49:45 +00:00
sys/targets: fix build
This commit is contained in:
parent
1508cc9c44
commit
7d395878aa
@ -313,6 +313,7 @@ var oses = map[string]osCommon{
|
||||
"trusty": {
|
||||
SyscallNumbers: true,
|
||||
SyscallPrefix: "__NR_",
|
||||
CPP: "cpp",
|
||||
},
|
||||
}
|
||||
|
||||
@ -328,6 +329,7 @@ func init() {
|
||||
}
|
||||
for _, target := range List["test"] {
|
||||
target.CCompiler = List[goos][runtime.GOARCH].CCompiler
|
||||
target.CPP = List[goos][runtime.GOARCH].CPP
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user