diff options
-rwxr-xr-x | scripts/runqemu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 1a5aca98ac..46087b8d6a 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -457,6 +457,7 @@ class BaseConfig(object): | |||
457 | del os.environ['PKG_CONFIG_PATH'] | 457 | del os.environ['PKG_CONFIG_PATH'] |
458 | del os.environ['PKG_CONFIG_DIR'] | 458 | del os.environ['PKG_CONFIG_DIR'] |
459 | del os.environ['PKG_CONFIG_LIBDIR'] | 459 | del os.environ['PKG_CONFIG_LIBDIR'] |
460 | del os.environ['PKG_CONFIG_SYSROOT_DIR'] | ||
460 | except KeyError: | 461 | except KeyError: |
461 | pass | 462 | pass |
462 | try: | 463 | try: |