mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-07 12:26:40 +00:00
pkg/ipc: support C compiler in non-standard location
If C compiler is installed e.g. in /opt then we have to import LD_LIBRARY_PATH. Signed-off-by: Alexander Egorenkov <Alexander.Egorenkov@ibm.com>
This commit is contained in:
parent
3ea11d3f9e
commit
7c48e54f9c
@ -585,7 +585,6 @@ func makeCommand(pid int, bin []string, config *Config, inFile, outFile *os.File
|
||||
if inFile != nil && outFile != nil {
|
||||
cmd.ExtraFiles = []*os.File{inFile, outFile}
|
||||
}
|
||||
cmd.Env = []string{}
|
||||
cmd.Dir = dir
|
||||
cmd.Stdin = outrp
|
||||
cmd.Stdout = inwp
|
||||
|
Loading…
x
Reference in New Issue
Block a user