From ab4cbbc083fd3bcc0c04140f71b7b6fc87d0b091 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Tue, 13 Aug 2013 12:22:56 +0000 Subject: [PATCH] Also add i18n directories to gcmole R=vegorov@chromium.org git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16170 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/gcmole/gcmole.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/gcmole/gcmole.lua b/tools/gcmole/gcmole.lua index c796e33..aa93247 100644 --- a/tools/gcmole/gcmole.lua +++ b/tools/gcmole/gcmole.lua @@ -105,6 +105,8 @@ local function MakeClangCommandLine(plugin, plugin_args, triple, arch_define) .. " -DENABLE_DEBUGGER_SUPPORT" .. " -DV8_I18N_SUPPORT" .. " -Isrc" + .. " -Ithird_party/icu/source/common" + .. " -Ithird_party/icu/source/i18n" end function InvokeClangPluginForEachFile(filenames, cfg, func) -- 2.7.4