mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +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 = ';'
|
||||
|
||||
if 'win' in sys.platform:
|
||||
export_command = '&'
|
||||
command_separator = '&'
|
||||
export_command = 'set '
|
||||
|
||||
command = ''
|
||||
|
Loading…
Reference in New Issue
Block a user