diff options
Diffstat (limited to 'third_party/modp_b64/modp_b64.scons')
-rw-r--r-- | third_party/modp_b64/modp_b64.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/modp_b64/modp_b64.scons b/third_party/modp_b64/modp_b64.scons index 02cefb4..edf9650b 100644 --- a/third_party/modp_b64/modp_b64.scons +++ b/third_party/modp_b64/modp_b64.scons @@ -14,7 +14,7 @@ env = env.Clone( env.Prepend( CPPPATH = [ - '$ROOT_DIR', + '$CHROME_SRC_DIR', ], ) |