aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-15 10:32:28 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-15 11:12:12 -0700
commitee210abe65856c4e69e9d11519e37b1bfd08719c (patch)
tree9f417a3e7c418e347e89f37e99e3d87c13a14312 /build.json
parentb7037385cc18a44d46af8c26e26fb3c8a2fa2359 (diff)
GPR_ASSERT is not an expression
Diffstat (limited to 'build.json')
-rw-r--r--build.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.json b/build.json
index 39e61d2822..18591d64f8 100644
--- a/build.json
+++ b/build.json
@@ -370,7 +370,8 @@
"src/core/support/thd_win32.c",
"src/core/support/time.c",
"src/core/support/time_posix.c",
- "src/core/support/time_win32.c"
+ "src/core/support/time_win32.c",
+ "src/core/support/tls_pthread.c"
],
"secure": "no",
"vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"