This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user