aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 632e97b..6fa567a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -226,7 +226,7 @@ env.openvic_simulation = {}
# - LINKFLAGS are for linking flags
# Tweak this if you want to use different folders, or more folders, to store your source code in.
-source_path = "src/openvic"
+source_path = "src/openvic-simulation"
include_path = "src"
env.Append(CPPPATH=[[env.Dir(p) for p in [source_path, include_path]]])
sources = GlobRecursive("*.cpp", [source_path])