Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamayama committed Jan 12, 2019
1 parent fdf1d6a commit 80d7679
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ environment:
- TARGET: MINGW64
- TARGET: MINGW32
GAUCHE_INFO_URL: https://practical-scheme.net/gauche/releases
GAUCHE_INSTALLER_URL: https://prdownloads.sourceforge.net/gauche

for:
-
Expand All @@ -17,7 +18,6 @@ for:
MSYSTEM: MINGW64
PATH: C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;C:\msys64\bin;%PATH%
GAUCHE_INSTALLER_BIT: 64bit
GAUCHE_INSTALLER_URL: http://prdownloads.sourceforge.net/gauche
GAUCHE_PATH: C:\Program Files\Gauche\bin
RESULT_ZIP: Gauche-x86_64.zip
RESULT_PATH: ..\Gauche-mingw-dist\Gauche-x86_64
Expand All @@ -29,7 +29,6 @@ for:
MSYSTEM: MINGW32
PATH: C:\msys64\mingw32\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;C:\msys64\bin;%PATH%
GAUCHE_INSTALLER_BIT: 32bit
GAUCHE_INSTALLER_URL: http://prdownloads.sourceforge.net/gauche
GAUCHE_PATH: C:\Program Files (x86)\Gauche\bin
RESULT_ZIP: Gauche-i686.zip
RESULT_PATH: ..\Gauche-mingw-dist\Gauche-i686
Expand Down

0 comments on commit 80d7679

Please sign in to comment.