diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/bspatch/SConscript | 2 | ||||
-rw-r--r-- | third_party/libjpeg/SConscript | 2 |
2 files changed, 2 insertions, 2 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/', ], ) diff --git a/third_party/libjpeg/SConscript b/third_party/libjpeg/SConscript index f25beb1..381d437 100644 --- a/third_party/libjpeg/SConscript +++ b/third_party/libjpeg/SConscript @@ -34,7 +34,7 @@ env = env.Clone() env.Prepend( CPPPATH = [ - '#../', + '$CHROME_SRC_DIR', ], ) |