Skip to content

Commit

Permalink
emulators/wine: Cover alsa-lib in LD_32_LIBMAP
Browse files Browse the repository at this point in the history
Ensure the ALSA run-time portions are found under WoW64.

PR:		268164
  • Loading branch information
Alexander88207 authored and Gerald Pfeifer committed Aug 27, 2023
1 parent 06e0feb commit 215305d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emulators/wine/files/wine-wow64.sh
Expand Up @@ -47,6 +47,7 @@ export LD_32_LIBMAP="
libgcc_s.so.1 /usr/lib32/libgcc_s.so.1
$LOCALBASE/lib/libvulkan_intel.so $I386_ROOT/$LOCALBASE/lib/libvulkan_intel.so
$LOCALBASE/lib/libvulkan_radeon.so $I386_ROOT/$LOCALBASE/lib/libvulkan_radeon.so
$LOCALBASE/lib/alsa-lib/libasound_module_pcm_oss.so $I386_ROOT/$LOCALBASE/lib/alsa-lib/libasound_module_pcm_oss.so
$LD_32_LIBMAP_CONF
$LD_32_LIBMAP"

Expand Down

0 comments on commit 215305d

Please sign in to comment.