OS lib separate output fix
This commit is contained in:
parent
219bc5ba5c
commit
e1efb6e0d2
@ -5,7 +5,7 @@ import json
|
|||||||
import click
|
import click
|
||||||
|
|
||||||
__author__ = "Alexander Popov"
|
__author__ = "Alexander Popov"
|
||||||
__version__ = "1.0.1"
|
__version__ = "1.0.2"
|
||||||
__license__ = "Unlicense"
|
__license__ = "Unlicense"
|
||||||
|
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ def make_output(platform, output):
|
|||||||
libraries = parse_libs()
|
libraries = parse_libs()
|
||||||
|
|
||||||
# OS libs separate
|
# OS libs separate
|
||||||
_ = {"win": ";", "linux": ":", "darwin": ":"}
|
_ = {"win32": ";", "linux": ":", "darwin": ":"}
|
||||||
|
|
||||||
out_lib = str()
|
out_lib = str()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user