Browse Source

[AppVeyor] neko doesn't need sqlite dll anymore
See https://github.com/HaxeFoundation/neko/pull/58

Andy Li 10 years ago
parent
commit
ee48c8f014
1 changed files with 0 additions and 1 deletions
  1. 0 1
      appveyor.yml

+ 0 - 1
appveyor.yml

@@ -36,7 +36,6 @@ install:
     - 'set PATH=%PATH%;%CYG_ROOT%/opt/wodi%WODI_ARCH%/bin'
     # Install neko
     - cinst make
-    - cinst SQLite -version 3.8.5
     - 'git clone --recursive https://github.com/HaxeFoundation/neko.git %NEKO_ROOT%'
     - 'cd %NEKO_ROOT%'
     - set PATH=%PATH%;%NEKO_ROOT%/bin