commit | 2b1f0943f5b1611c3518e77da8598518780a64f1 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Jul 20 12:47:47 2016 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Jul 20 13:19:55 2016 -0700 |
tree | a375555ed47754e01d8dd01c481afd44d6843452 | |
parent | f9a6ff27138305edb58e88673bbe8af8f815681a [diff] [blame] |
Add more allowed ldlibs for darwin and windows Change-Id: If6217de9e369e29a2e716c5cbad4444e7312f197
diff --git a/cc/x86_darwin_host.go b/cc/x86_darwin_host.go index 2894f7e..d514c14 100644 --- a/cc/x86_darwin_host.go +++ b/cc/x86_darwin_host.go
@@ -81,6 +81,7 @@ "c", "dl", "m", + "ncurses", "pthread", "z", }, "-l")