mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
windows-build: Update required version to include libSDL2 _allshr fix
SDL's static build support provides some primitive x64 functions used with x64 values when compiling under x86.
This commit is contained in:
parent
c717ee928f
commit
64450a778c
@ -164,6 +164,8 @@ findstr "/c:LIBSDL_FTOL2_SSE" ..\..\windows-build\Windows-Build_Versions.txt >NU
|
||||
if ERRORLEVEL 1 goto _notice2
|
||||
findstr "/c:LIBSDL_ALLMUL" ..\..\windows-build\Windows-Build_Versions.txt >NUL
|
||||
if ERRORLEVEL 1 goto _notice2
|
||||
findstr "/c:LIBSDL_ALLSHR" ..\..\windows-build\Windows-Build_Versions.txt >NUL
|
||||
if ERRORLEVEL 1 goto _notice2
|
||||
:_done_libsdl
|
||||
if "%_X_LIBPCRE%" == "" goto _done_libpcre
|
||||
if not exist ../../windows-build/PCRE/include/pcreposix.h goto _notice2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user