[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

@@ -20,7 +20,7 @@ target_link_libraries(
OxLogConn PUBLIC
OxStd
OxMetalClaw
$<$<BOOL:OX_FREEBSD>:pthread>
$<$<BOOL:${OX_OS_FREEBSD}>:pthread>
)
install(