PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.43k stars 296 forks source link

Don't use apsolute path when linking to macOS frameworks #829

Closed daschuer closed 1 year ago

daschuer commented 1 year ago

This fixes https://github.com/PortAudio/portaudio/issues/828

From CMake 3.24 we can use a special generator expression for frameworks. But since PortAudio is on 3.1.0 I did changed it to the -Wl syntax explicit.

philburk commented 1 year ago

@daschuer - Thanks for finding and fixing this serious bug.