aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/icu/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/icu/BUILD.gn')
-rw-r--r--third_party/icu/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
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",