mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 06:21:48 +03:00
setup: convert buildinfosrc to bytes
Reviewed By: singhsrb Differential Revision: D23719096 fbshipit-source-id: e60522245476dac301e8449743bfd1756cfe3fbc
This commit is contained in:
parent
420dcf9c63
commit
97edbc3bc9
@ -574,7 +574,7 @@ void print_buildinfo() {
|
||||
"""
|
||||
|
||||
path = pjoin(builddir, "buildinfo.c")
|
||||
write_if_changed(path, buildinfosrc)
|
||||
write_if_changed(path, buildinfosrc.encode("utf-8"))
|
||||
return path
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user