diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 93b2320..05adc1a 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1250,7 +1250,10 @@ }, 'VCResourceCompilerTool': { 'Culture' : '1033', - 'AdditionalIncludeDirectories': ['<(DEPTH)'], + 'AdditionalIncludeDirectories': [ + '<(DEPTH)', + '<(SHARED_INTERMEDIATE_DIR)', + ], }, }, }, |