[ox/fs] Remove stdc++fs from library list on Linux

(synced from 89fab5cc20)
This commit is contained in:
2023-12-30 01:05:46 -06:00
parent b3a93a68fa
commit df6c9f4434
-6
View File
@@ -16,12 +16,6 @@ if(NOT MSVC)
endif()
if(NOT OX_BARE_METAL)
if(NOT APPLE AND NOT MSVC AND NOT ${OX_OS_FREEBSD})
target_link_libraries(
OxFS PUBLIC
stdc++fs
)
endif()
set_property(
TARGET
OxFS