mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-11 10:26:44 +00:00
Fix Debian GNU/kFreeBSD build
Use the same LaunchProcessPosixSpawn as on FreeBSD and Linux. llvm-svn: 196742
This commit is contained in:
parent
a930d12fe3
commit
991fe6c701
@ -1608,7 +1608,7 @@ Host::RunShellCommand (const char *command,
|
||||
return error;
|
||||
}
|
||||
|
||||
#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#if defined(__linux__) || defined(__FreeBSD__) || defined(__GLIBC__)
|
||||
// The functions below implement process launching via posix_spawn() for Linux
|
||||
// and FreeBSD.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user