Skip to content

Commit

Permalink
Add cinderhooks to the python-3.12 makefile
Browse files Browse the repository at this point in the history
Summary:
We patch the cpython sources to add a hook for cinder, but only include it in
the buck build files. This adds `cinderhooks.o` to the makefile so that we can
run `make regen-all` in our `python/3.12` directory.

Reviewed By: DinoV

Differential Revision: D65287613

fbshipit-source-id: 430575b54a554ffaf2b9adb44015de280775650f
  • Loading branch information
Martin DeMello authored and facebook-github-bot committed Nov 1, 2024
1 parent 9a5635b commit 784f655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ PYTHON_OBJS= \
Python/ast_unparse.o \
Python/bltinmodule.o \
Python/ceval.o \
Python/cinderhooks.o \
Python/codecs.o \
Python/compile.o \
Python/context.o \
Expand Down

0 comments on commit 784f655

Please sign in to comment.