diff --git a/global.conf b/global.conf index 5910257..c945886 100644 --- a/global.conf +++ b/global.conf @@ -3,4 +3,8 @@ core:default_build_profile = cura_build.jinja tools.cmake.cmaketoolchain:generator = Ninja tools.env.virtualenv:auto_use = True tools.gnu:define_libcxx11_abi = True -{% if platform.system() == 'Windows' %}tools.env.virtualenv:powershell=True{% endif %} + +# FIXME: Needs to be commented out for OpenSSL to work but if we wan't to create ps1 scripts it needs to be set to True +# Otherwise .bat files are created. Maybe we should define this on a recipe basis: +# +#{% if platform.system() == 'Windows' %}tools.env.virtualenv:powershell=True{% endif %}