diff options
Diffstat (limited to 'chrome/app/theme/SConscript')
-rw-r--r-- | chrome/app/theme/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/theme/SConscript b/chrome/app/theme/SConscript index 80a9cea..8efaa2e 100644 --- a/chrome/app/theme/SConscript +++ b/chrome/app/theme/SConscript @@ -10,7 +10,7 @@ env_res = env_res.Clone() env_res.Append( CPPPATH = [ '.', - '#/..', + '$CHROME_SRC_DIR', ], RCFLAGS = [ ['/l', '0x409'], |