[ox] Fix FreeBSD build

This commit is contained in:
2023-08-08 23:57:09 -05:00
parent ea266da691
commit e5a7d8c0a9
5 changed files with 20 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ if(NOT MSVC)
endif()
if(NOT OX_BARE_METAL)
if(NOT APPLE AND NOT MSVC)
if(NOT APPLE AND NOT MSVC AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
target_link_libraries(
OxFS PUBLIC
stdc++fs