Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Jul 18, 2016
1 parent 8e2f619 commit 24d8d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:

build_script:
- SET PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%
- make all
- make all CC=gcc
- for /f %%i in ('git describe --always') do set PRODUCT_VERSION=%%i
- SET PRODUCT_NAME=esptool-%PRODUCT_VERSION%
- SET PLATFORM_NAME=win32
Expand Down

0 comments on commit 24d8d7f

Please sign in to comment.