mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-18 14:07:17 +01:00
Fix customizable exports on windows.
This commit is contained in:
parent
ece008db5c
commit
1d2a562804
@ -249,7 +249,7 @@ def get_exports_for(platform):
|
|||||||
command_separator = ';'
|
command_separator = ';'
|
||||||
|
|
||||||
if 'win' in sys.platform:
|
if 'win' in sys.platform:
|
||||||
export_command = '&'
|
command_separator = '&'
|
||||||
export_command = 'set '
|
export_command = 'set '
|
||||||
|
|
||||||
command = ''
|
command = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user