Disable opus music in 016-SDL2_mixer-2.0.4.sh#85
Conversation
|
That seems like a bigger issue with the config/build procedure itself, why is it checking host dependencies vs target dependencies? |
|
Real problem is the export line |
|
Tested. Just exporting PKG_CONFIG_PATH isn't enough. macOS's default Switching it to PKG_CONFIG_LIBDIR confines pkg-config to PS3 portlibs and stops host leakage for every dependency. |
|
Do you advise to drop --disable-music-opus then, or keep it as an explicit guard? |
Doesnt seem a hard requirement now that the leakage is fixed, might be an idea to apply that change across all scripts however |
SDL2_mixer's configure auto-detectes the host (macOS Homebrew)
opusfileand tried to link its incompatible host archive into the PS3 build.