[ox] Fix for MSVC

This commit is contained in:
2022-03-12 11:48:58 -06:00
parent c6780e41dd
commit 0739c7d611
10 changed files with 31 additions and 15 deletions

View File

@@ -24,8 +24,6 @@ target_compile_definitions(
target_link_libraries(
OxEvent PUBLIC
$<$<BOOL:${OX_USE_STDLIB}>:dl>
$<$<CXX_COMPILER_ID:GNU>:gcc>
OxStd
)