mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
cef61bd4ed
commit
50bc0f79a2
@ -80,7 +80,7 @@ export INCLUDE="%s"
|
|||||||
|
|
||||||
export LIBPATH="%s"
|
export LIBPATH="%s"
|
||||||
|
|
||||||
'''%(unix(paths), lib, include, libpath)
|
'''%(unix(paths), lib.replace('\\', r'\\'), include.replace('\\', r'\\'), libpath.replace('\\', r'\\'))
|
||||||
|
|
||||||
with open(os.path.expanduser('~/.vcvars'), 'wb') as f:
|
with open(os.path.expanduser('~/.vcvars'), 'wb') as f:
|
||||||
f.write(raw.encode('utf-8'))
|
f.write(raw.encode('utf-8'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user