mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Optional dlopen support for drivers
This commit is contained in:
@@ -151,6 +151,9 @@ void virtTestCaptureProgramExecChild(const char *const argv[],
|
||||
int stderrfd = -1;
|
||||
const char *const env[] = {
|
||||
"LANG=C",
|
||||
#if WITH_DRIVER_MODULES
|
||||
"LIBVIRT_DRIVER_DIR=" TEST_DRIVER_DIR,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user