Przeglądaj źródła

fixing broken lxml installer for windows build server

Stasik0 9 lat temu
rodzic
commit
5f6beed5cd
1 zmienionych plików z 1 dodań i 1 usunięć
  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