[ox] Fix MSVC build

This commit is contained in:
2020-11-07 17:59:17 -06:00
parent ef85eea691
commit 40f3c4ecb5
6 changed files with 9 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ add_library(
)
if(NOT OX_BARE_METAL)
if(NOT APPLE)
if(NOT APPLE AND NOT MSVC)
target_link_libraries(
OxFS PUBLIC
stdc++fs