Skip to content

Commit 20ce857

Browse files
authored
Enable check for standalone libatomic on Windows. (#72)
1 parent fd008aa commit 20ce857

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/LdFlags.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ writeLibAtomicTest <- function(file) {
2525
}
2626

2727
checkForLibAtomic <- function() {
28-
if (.Platform$OS.type == "windows")
29-
return(TRUE)
30-
3128
tmp <- createTestFiles()
3229
writeLibAtomicTest(tmp["src"])
3330
failed <- runCmd(getCompiler(), tmp["src"], "-o", tmp["out"], "-latomic")

0 commit comments

Comments
 (0)