Browse Source

Disable powershell, CPython build doesn't support it

pull/12/head
Erwan MATHIEU 1 year ago
parent
commit
29104655a6
  1. 3
      global.conf

3
global.conf

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

Loading…
Cancel
Save