Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ogami-daigoro committed May 26, 2017
1 parent 58bc5a3 commit b8d3156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ install:
- npm install bower
- npm install electron-builder
- npm install
- set Path=%Path%;C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\
- cd ccurl
- C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\gcc pow_sse2.c -O3 -static -lpthread -msse2 -shared -o libccurl.dll
- gcc pow_sse2.c -O3 -static -lpthread -msse2 -shared -o libccurl.dll
- mkdir win64
- copy libccurl.dll win64\
- del libccurl.dll
Expand Down

0 comments on commit b8d3156

Please sign in to comment.