diff options
author | CptAlanSmith <123112708+CptAlanSmith@users.noreply.github.com> | 2023-09-24 02:40:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-24 02:40:52 +0200 |
commit | 2536b723f2a75690351ead226abd24d02cbb306a (patch) | |
tree | a11c29d6beb5fa80cd8f5d1b14f3c75039db9243 /SConstruct | |
parent | 706c2413c6b390a18389414493218c21a59f4953 (diff) | |
parent | eb97216fde3c9ec53864e8c49fadc34209a90cf1 (diff) |
Merge pull request #19 from OpenVicProject/fix/env
Fix environment issues
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = {} |