From eb97216fde3c9ec53864e8c49fadc34209a90cf1 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Sat, 23 Sep 2023 20:27:23 -0400 Subject: Fix environment issues --- SConstruct | 2 +- scripts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index ebb2c91..d856eec 100644 --- a/SConstruct +++ b/SConstruct @@ -19,7 +19,7 @@ opts.Add(BoolVariable("build_ovdl_headless", "Build the openvic dataloader headl env.FinalizeOptions() -SConscript("deps/SCsub") +SConscript("deps/SCsub", "env") env.openvic_dataloader = {} diff --git a/scripts b/scripts index 71803e4..925a38d 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 71803e491af7174f536e72f76dfb74708b4b84f7 +Subproject commit 925a38d4d8aef200823f50345dfa2570891454c4 -- cgit v1.2.3-56-ga3b1