mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
appveyor.cmd: FIXME: Get multiple compilers working again.
For now, it's MSVC only for the Windows build.
This commit is contained in:
parent
776954c930
commit
88757791c6
@ -9,6 +9,10 @@ if "%1" == "OFF" (
|
||||
)
|
||||
set "OPTFEAT=-DENABLE_EXTRA_SECURITY=%OPTEN% -DENABLE_JPEG=%OPTEN% -DENABLE_XML=%OPTEN% -DENABLE_DECRYPTION=%OPTEN% -DENABLE_UNICE68=%OPTEN% -DENABLE_LIBMSPACK=%OPTEN% -DENABLE_PVRTC=%OPTEN% -DENABLE_ZSTD=%OPTEN% -DENABLE_LZ4=%OPTEN% -DENABLE_LZO=%OPTEN%"
|
||||
|
||||
:: FIXME: Get multiple compilers working again.
|
||||
:: For now, it's MSVC only for the Windows build.
|
||||
goto :msvc2015
|
||||
|
||||
if "%compiler%" == "msvc2015" goto :msvc2015
|
||||
if "%compiler%" == "mingw-w64" goto :mingw-w64
|
||||
echo *** ERROR: Unsupported compiler '%compiler%'.
|
||||
|
Loading…
Reference in New Issue
Block a user