Commit e66b6bc8 authored by misterg's avatar misterg
Browse files

WIP, win testing

parent 40a909b4
......@@ -94,10 +94,10 @@ cc_library(
],
),
hdrs = GTEST_HDRS,
copts = ["-fexceptions"] + select(
copts = select(
{
":win": [],
"//conditions:default": ["-pthread"],
":win": ["-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
"//conditions:default": ["-fexceptions","-pthread"],
},
),
includes = [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment