From 2146751d72bc76ef8bd479c0f1846cd3603241c0 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Wed, 27 Nov 2024 20:16:04 +0100 Subject: [PATCH] (windows installer) since we run this part in bash, OS is detected as msys this is really ugly -- put up for debate later, just get it to work now CURA-11622 --- profiles/cura.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/cura.jinja b/profiles/cura.jinja index 95d2202..9090779 100644 --- a/profiles/cura.jinja +++ b/profiles/cura.jinja @@ -10,7 +10,7 @@ scripta*:compiler.cppstd=20 umspatial*:compiler.cppstd=20 dulcificum*:compiler.cppstd=20 cura_settings*:compiler.cppstd=20 -{% if platform.system() == 'Windows' %} +{% if platform.system() == 'msys' %} tools.env.virtualenv:powershell=True {% endif %}