diff options
Diffstat (limited to 'third_party/bspatch')
-rw-r--r-- | third_party/bspatch/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/bspatch/SConscript b/third_party/bspatch/SConscript index 646e388..e88910c 100644 --- a/third_party/bspatch/SConscript +++ b/third_party/bspatch/SConscript @@ -35,7 +35,7 @@ env = env.Clone( env.Prepend( CPPPATH = [ - '#../third_party/lzma_sdk/', + '$CHROME_SRC_DIR/third_party/lzma_sdk/', ], ) |