From 08a7f3a04b5f4d4554fef588fad2eca8470a313e Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Thu, 28 Nov 2024 14:56:24 +0100 Subject: [PATCH] Active powershell with conf, not setting --- profiles/cura.jinja | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/profiles/cura.jinja b/profiles/cura.jinja index 95d2202..d29d73b 100644 --- a/profiles/cura.jinja +++ b/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