summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/bsdiff/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/bsdiff/SConscript b/third_party/bsdiff/SConscript
index 176f29f..e1408c8 100644
--- a/third_party/bsdiff/SConscript
+++ b/third_party/bsdiff/SConscript
@@ -34,7 +34,7 @@ env = env.Clone()
env.Prepend(
CPPPATH = [
- '$BSPATCH_DIR',
+ '../bspatch',
]
)