[ox] Cleanup, fix GBA build

This commit is contained in:
2023-08-10 00:26:45 -05:00
parent f4ef762952
commit 6bd7a84ddd
4 changed files with 15 additions and 6 deletions

View File

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