Ver código fonte

fixing broken lxml installer for windows build server

Stasik0 9 anos atrás
pai
commit
5f6beed5cd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -2,7 +2,7 @@ version: '{build}'
 os: Visual Studio 2015 RC
 clone_folder: c:\projects\open62541
 before_build:
-- python -m pip install lxml
+- set STATICBUILD=true && python -m pip install lxml
 build_script:
 - cd c:\projects\open62541
 - md build