Fix customizable exports on windows.

This commit is contained in:
Relintai 2020-06-12 10:46:38 +02:00
parent ece008db5c
commit 1d2a562804

View File

@ -249,7 +249,7 @@ def get_exports_for(platform):
command_separator = ';'
if 'win' in sys.platform:
export_command = '&'
command_separator = '&'
export_command = 'set '
command = ''