Browse Source

Active powershell with conf, not setting

pull/12/head
Erwan MATHIEU 1 year ago
parent
commit
08a7f3a04b
  1. 8
      profiles/cura.jinja

8
profiles/cura.jinja

@ -1,5 +1,10 @@
include(default)
[conf]
{% if platform.system() == 'Windows' %}
tools.env.virtualenv:powershell=True
{% endif %}
[settings]
compiler.cppstd=17
curaengine*:compiler.cppstd=20
@ -10,9 +15,6 @@ scripta*:compiler.cppstd=20
umspatial*:compiler.cppstd=20
dulcificum*:compiler.cppstd=20
cura_settings*:compiler.cppstd=20
{% if platform.system() == 'Windows' %}
tools.env.virtualenv:powershell=True
{% endif %}
[options]
asio-grpc/*:local_allocator=recycling_allocator

Loading…
Cancel
Save