From 9802f0b500fd753b49b1785edbe204d46aac4b3d Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Wed, 15 May 2024 12:22:06 -0400 Subject: Expose dataloader includes Fix dataloader file includes Fix leaking lexy includes --- SConstruct | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 8040a48..23b2d9d 100644 --- a/SConstruct +++ b/SConstruct @@ -19,6 +19,8 @@ opts.Add(BoolVariable("build_ovdl_headless", "Build the openvic dataloader headl env.FinalizeOptions() +env.exposed_includes = [] + SConscript("deps/SCsub", "env") env.openvic_dataloader = {} @@ -63,7 +65,7 @@ if env["build_ovdl_library"]: env.openvic_dataloader["LIBPATH"] = env["LIBPATH"] env.openvic_dataloader["LIBS"] = env["LIBS"] - env.openvic_dataloader["INCPATH"] = [env.Dir(include_path)] + env.openvic_dataloader["INCPATH"] = [env.Dir(include_path)] + env.exposed_includes headless_program = None env["PROGSUFFIX"] = suffix + env["PROGSUFFIX"] -- cgit v1.2.3-56-ga3b1