mirror of
https://github.com/google/googletest.git
synced 2024-12-27 10:11:03 +08:00
Link -lregex on QNX
According to the 2nd point on [1], -lregex is required on QNX. [1] https://www.qnx.com/developers/docs/7.1/#com.qnx.doc.ide.userguide/topic/writing_test_programs.html
This commit is contained in:
parent
4ec4cd23f4
commit
f0ff512b75
@ -110,7 +110,7 @@ cc_library(
|
||||
"googletest/include",
|
||||
],
|
||||
linkopts = select({
|
||||
":qnx": [],
|
||||
":qnx": ["-lregex"],
|
||||
":windows": [],
|
||||
"//conditions:default": ["-pthread"],
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user