From 3eb71216d2fb70114417ae8ee9b0c5f5dc650704 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Tue, 11 Oct 2016 17:08:53 -0400 Subject: More steps toward GN/Windows. I think I'm now at the point of needing to just resolve missing symbols. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3201 Change-Id: Ib908bd72c23f2d4bafd17182eedcb2fc85c422e5 Reviewed-on: https://skia-review.googlesource.com/3201 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- third_party/icu/BUILD.gn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'third_party/icu') diff --git a/third_party/icu/BUILD.gn b/third_party/icu/BUILD.gn index e7a55b5218..9342c8f7dd 100644 --- a/third_party/icu/BUILD.gn +++ b/third_party/icu/BUILD.gn @@ -11,7 +11,9 @@ import("../third_party.gni") third_party("icu") { public_include_dirs = [ "../externals/icu/source/common" ] configs -= [ "//gn:no_rtti" ] - libs = [ "dl" ] + if (!is_win) { + libs = [ "dl" ] + } defines = [ # http://userguide.icu-project.org/howtouseicu "U_COMMON_IMPLEMENTATION", -- cgit v1.2.3