Skip to content

Commit b21db6c

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Fix build breakage (#36)
Summary: Pull Request resolved: #36 A followup for renaming `schema.fbs` to `program.fbs`. Reviewed By: JacobSzwejbka Differential Revision: D48048090 fbshipit-source-id: 4c16f72723000008781e4bb5be9cbf9adeca5dc8
1 parent 4a5e147 commit b21db6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
def custom_command():
1717
src_dst_list = [
1818
("schema/scalar_type.fbs", "exir/serialize/scalar_type.fbs"),
19-
("schema/schema.fbs", "exir/serialize/program.fbs"),
19+
("schema/program.fbs", "exir/serialize/program.fbs"),
2020
]
2121
for src, dst in src_dst_list:
2222
print(f"copying from {src} to {dst}")

0 commit comments

Comments
 (0)