[ox] Fix build problems on Raspberry Pi Pico
Build / build (push) Failing after 18s

This commit is contained in:
2026-05-08 22:23:00 -05:00
parent 682fc5b853
commit 51999199c6
9 changed files with 149 additions and 242 deletions
+2 -2
View File
@@ -78,10 +78,10 @@ target_compile_definitions(
$<$<BOOL:${OX_NODEBUG}>:OX_NODEBUG>
)
if(NOT WIN32)
if(NOT WIN32 AND NOT OX_BARE_METAL)
target_link_libraries(
OxStd PUBLIC
$<$<CXX_COMPILER_ID:GNU>:$<$<BOOL:${OX_USE_STDLIB}>:dl>>
dl
)
endif()
target_link_libraries(