Browse Source

Update global.conf

pull/6/head
Jelle Spijker 3 years ago committed by GitHub
parent
commit
72129d9a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      global.conf

2
global.conf

@ -8,4 +8,4 @@ tools.gnu:define_libcxx11_abi = 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 %}
{% if platform.system() == 'Windows' %}core.package_id:msvc_visual_incompatible{% endif %}
{% if platform.system() == 'Windows' %}core.package_id:msvc_visual_incompatible=True{% endif %}

Loading…
Cancel
Save