Index: tools/gcmole/gcmole.lua |
diff --git a/tools/gcmole/gcmole.lua b/tools/gcmole/gcmole.lua |
index f1980a459611717744061c6d94b4f1592c4a7306..706f4de86fbc30a42c3dce8e6185cd022c3c68d8 100644 |
--- a/tools/gcmole/gcmole.lua |
+++ b/tools/gcmole/gcmole.lua |
@@ -104,7 +104,7 @@ local function MakeClangCommandLine(plugin, plugin_args, triple, arch_define) |
.. " -D" .. arch_define |
.. " -DENABLE_DEBUGGER_SUPPORT" |
.. " -DV8_I18N_SUPPORT" |
- .. " -Isrc" |
+ .. " -I./" |
.. " -Ithird_party/icu/source/common" |
.. " -Ithird_party/icu/source/i18n" |
end |