Skip to content

Commit

Permalink
I have no idea if this fixes it, but, try NOT dynamically loading
Browse files Browse the repository at this point in the history
pulseaudio's shared library.
  • Loading branch information
joncampbell123 committed Dec 14, 2017
1 parent 79ba0ba commit 1f932a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vs2015/sdl/build-dosbox.sh
Expand Up @@ -2,7 +2,8 @@
rm -Rfv linux-host || exit 1
mkdir -p linux-host || exit 1
chmod +x configure || exit 1
ac_cv_header_iconv_h=no ac_cv_func_iconv=no ac_cv_lib_iconv_libiconv_open=no ./configure "--prefix=`pwd`/linux-host" --enable-static --disable-shared || exit 1
# NTS: We use --disable-pulseaudio-shared because the dynamic loading seems to be slightly unstable
ac_cv_header_iconv_h=no ac_cv_func_iconv=no ac_cv_lib_iconv_libiconv_open=no ./configure "--prefix=`pwd`/linux-host" --enable-static --disable-shared --disable-pulseaudio-shared || exit 1
make -j || exit 1
make install || exit 1 # will install into ./linux-host
cp -vf include/SDL_config.h.default include/SDL_config.h || exit 1
Expand Down

0 comments on commit 1f932a6

Please sign in to comment.