blob: 588dc4b69ffc23d76614e27302abdd5c2ae5852b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/SConstruct b/SConstruct
index 3318bb4..5c52d57 100644
--- a/SConstruct
+++ b/SConstruct
@@ -271,7 +271,7 @@ for var in import_env:
envs[var] = os.environ[var]
envs["GPSD_HOME"] = os.getcwd()
-env = Environment(tools=["default", "tar", "textfile"], options=opts, ENV=envs)
+env = Environment(tools=["default", "tar", "textfile"], options=opts, ENV=envs, CPPPATH=".")
# Minimal build turns off every option not set on the command line,
if ARGUMENTS.get('minimal'):
|