Browse Source

Need to fix this virtualenv powershell for Windows

for now leave it be.

Contributes to CURA-9365
CURA-9177_Fix_CI_CD
j.spijker@ultimaker.com 4 years ago committed by Jelle Spijker
parent
commit
b0553b7b38
  1. 6
      global.conf

6
global.conf

@ -3,4 +3,8 @@ core:default_build_profile = cura_build.jinja
tools.cmake.cmaketoolchain:generator = Ninja
tools.env.virtualenv:auto_use = True
tools.gnu:define_libcxx11_abi = True
{% if platform.system() == 'Windows' %}tools.env.virtualenv:powershell=True{% endif %}
# FIXME: Needs to be commented out for OpenSSL to work but if we wan't to create ps1 scripts it needs to be set to True
# Otherwise .bat files are created. Maybe we should define this on a recipe basis:
#
#{% if platform.system() == 'Windows' %}tools.env.virtualenv:powershell=True{% endif %}

Loading…
Cancel
Save