diff options
| author | Ahmad Fatoum <[email protected]> | 2017-12-06 22:18:14 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2017-12-10 21:35:38 +0100 |
| commit | de78fa69bc49afa83898e33e73b6dfbffc43f0e4 (patch) | |
| tree | e18bf1c52159e7c78e4fb4a3f9d96e6d17137eda /appveyor.yml | |
| parent | 203b2f65d11033e5ad42bdaeb6b09b83ff576b96 (diff) | |
| download | raylib-de78fa69bc49afa83898e33e73b6dfbffc43f0e4.tar.gz raylib-de78fa69bc49afa83898e33e73b6dfbffc43f0e4.zip | |
Fix CI builds after mini_al changes
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index bee59fa5..a8572d07 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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" |
