mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Fix CI builds after mini_al changes
This commit is contained in:
@ -28,9 +28,6 @@ environment:
|
||||
bits: 64
|
||||
|
||||
before_build:
|
||||
- appveyor DownloadFile http://openal-soft.org/openal-binaries/openal-soft-1.17.2-bin.zip
|
||||
- 7z x openal-soft-1.17.2-bin.zip
|
||||
- move openal-soft-1.17.2-bin src\external\openal
|
||||
- if [%compiler%]==[mingw] set CFLAGS=-m%BITS% & set LDFLAGS=-m%BITS% & set GENERATOR="MinGW Makefiles"
|
||||
- if [%COMPILER%]==[msvc15] if [%BITS%]==[32] set GENERATOR="Visual Studio 14 2015"
|
||||
- if [%COMPILER%]==[msvc15] if [%BITS%]==[64] set GENERATOR="Visual Studio 14 2015 Win64"
|
||||
|
||||
Reference in New Issue
Block a user