diff --git a/deps/ox/src/ox/std/CMakeLists.txt b/deps/ox/src/ox/std/CMakeLists.txt index 5fa2355c..cc05670c 100644 --- a/deps/ox/src/ox/std/CMakeLists.txt +++ b/deps/ox/src/ox/std/CMakeLists.txt @@ -47,6 +47,11 @@ if(NOT MSVC) if(${OX_LINUX}) target_compile_options(OxStd PUBLIC -export-dynamic) #target_link_options(OxStd PUBLIC -W1,-E) + elseif(${OX_FREEBSD}) + target_link_libraries( + OxStd PUBLIC + execinfo + ) endif() endif() @@ -74,7 +79,6 @@ endif() target_link_libraries( OxStd PUBLIC $<$:gcc> - $<$:execinfo> OxTraceHook )