1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Add Pillow as a build dependence

Now images are loaded correctly in the Windows build
This commit is contained in:
Roderik Ploszek 2018-03-10 11:25:39 +01:00
parent d0dcda1017
commit 57351e808b

View file

@ -12,6 +12,7 @@ install:
- python3 -mpip install random2
- python3 -mpip install py2exe
- python3 -mpip install six
- python3 -mpip install Pillow
- perl -v
- copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%