Merge pull request #3484 from mbinna:bazel_qnx_regex
PiperOrigin-RevId: 384913062
This commit is contained in:
		@@ -110,7 +110,7 @@ cc_library(
 | 
			
		||||
        "googletest/include",
 | 
			
		||||
    ],
 | 
			
		||||
    linkopts = select({
 | 
			
		||||
        ":qnx": [],
 | 
			
		||||
        ":qnx": ["-lregex"],
 | 
			
		||||
        ":windows": [],
 | 
			
		||||
        "//conditions:default": ["-pthread"],
 | 
			
		||||
    }),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user