Browse Source

Add virtualenv powershell for Windows

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

1
global.conf

@ -3,3 +3,4 @@ core:default_build_profile = cura_build.jinja
tools.cmake.cmaketoolchain:generator = Ninja tools.cmake.cmaketoolchain:generator = Ninja
tools.env.virtualenv:auto_use = True tools.env.virtualenv:auto_use = True
tools.gnu:define_libcxx11_abi = True tools.gnu:define_libcxx11_abi = True
{% if platform.system() == 'Windows' %}tools.env.virtualenv:powershell=True{% endif %}

Loading…
Cancel
Save