mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Try to fix SDL1 on Linux not to recompile itself again and fail
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -326,3 +326,5 @@ Makefile
|
||||
vs2015/sdl/linux-host
|
||||
vs2015/sdl/linux-host/*
|
||||
|
||||
vs2015/sdl/include/SDL_config.h
|
||||
|
||||
|
@@ -5,5 +5,4 @@ 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 --disable-x11-shared --disable-video-x11-xrandr --disable-video-x11-vm --disable-video-x11-xv || 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
|
||||
|
||||
|
Reference in New Issue
Block a user