From e2cf5f4826166b32fc2629fe64f6ceddefd49c43 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 16 Feb 2017 15:53:58 +0100 Subject: [PATCH] Typo in build script --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index cd24ade791..939d79a03a 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -126,7 +126,7 @@ except KeyError: os.makedirs(DEPS_DIR) try: - BUILD_CFG=os.environ["BUID_CFG"] + BUILD_CFG=os.environ["BUILD_CFG"] except KeyError: BUILD_CFG="RelWithDebInfo" os.environ["BUILD_CFG"]=BUILD_CFG