Skip to content

Commit e47123e

Browse files
committed
Fix. appveyor set PATH to find external binaries.
1 parent 39accdb commit e47123e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cache:
2323
- c:\hererocks -> appveyor.yml
2424

2525
install:
26-
- set PATH=C:\Python27\Scripts;%PATH%
26+
- set PATH=C:\Python27\Scripts;%LR_EXTERNAL%;%PATH%
2727
- if /I "%platform%"=="x86" set HR_TARGET=vs_32
2828
- if /I "%platform%"=="x64" set HR_TARGET=vs_64
2929
- if /I "%platform%"=="mingw" set HR_TARGET=mingw

0 commit comments

Comments
 (0)