You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The wrapper and bear executables fail to link
To Reproduce
Follow the generic build instructions
Expected behavior
It should link properly
Environment:
OS name: Darwin
OS version: Sonoma 14.6.1
OS architecture: arm64
Bear version: main branch
Bear install method: source
Additional context
You can fix fix by editing
source/bear/CMakeLists.txt
source/intercept/CMakeLists.txt
and adding
"-framework CoreFoundation"
-lresolv
to target_link_libraries
The text was updated successfully, but these errors were encountered:
Describe the bug
The wrapper and bear executables fail to link
To Reproduce
Follow the generic build instructions
Expected behavior
It should link properly
Environment:
Additional context
You can fix fix by editing
source/bear/CMakeLists.txt
source/intercept/CMakeLists.txt
and adding
"-framework CoreFoundation"
-lresolv
to target_link_libraries
The text was updated successfully, but these errors were encountered: