Closed BrianPugh closed 1 week ago
I had trouble compiling on an M1 mac running macOS Sonoma 14.3.1. I would get the following linker error:
ld: library 'rt' not found
To resolve this, I removed linking the rt library on macos, and this seems to have resolved my issues.
rt
I had trouble compiling on an M1 mac running macOS Sonoma 14.3.1. I would get the following linker error:
To resolve this, I removed linking the
rt
library on macos, and this seems to have resolved my issues.