mirror of https://github.com/qTox/qTox.git
Browse Source
Old windows/cross-compile/build.sh copied OPENAL_PREFIX_DIR/bin/*.dll to be included, but the current Dockerfile.windows_builder copies libs one by one and misses OpenAL. qTox fails to start on launch with due to missing OpenAL32.dll on Windows because of this. Add a special check for OpenAL, since the generic missing dll check doesn't cover it.reviewable/pr6448/r1
2 changed files with 9 additions and 0 deletions
Loading…
Reference in new issue