Commit bc606ab
committed
PortAudio: Add missing -lsndio flag to fix build failure on Linux
Fixes a compilation error introduced in sysprog21#76, where the `make all` target fails
during the build of the PortAudio library on GNU/Linux systems.
The failure was caused by a missing `-lsndio` linker flag. Adding this flag
resolves the issue and allows the build to complete successfully.1 parent 82f39b9 commit bc606ab
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments