Skip to content

Commit 1e4e3b3

Browse files
committed
Also use the 0.16 file for the makefile
- Same as per the cmake side
1 parent 9a6c7bc commit 1e4e3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/py/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ gen-py-enum/%/__init__.py: ../%.thrift $(THRIFT)
125125

126126
gen-py-type_hints/%/__init__.py: ../%.thrift $(THRIFT)
127127
test -d gen-py-type_hints || $(MKDIR_P) gen-py-type_hints
128-
test ../$(notdir $<) \
129-
&& $(THRIFT) --gen py:type_hints,enum -out gen-py-type_hints ../$(notdir $<) \
128+
test ../v0.16/$(notdir $<) \
129+
&& $(THRIFT) --gen py:type_hints,enum -out gen-py-type_hints ../v0.16/$(notdir $<) \
130130
|| $(THRIFT) --gen py:type_hints,enum -out gen-py-type_hints $<
131131

132132
clean-local:

0 commit comments

Comments
 (0)