We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6c7bc commit 1e4e3b3Copy full SHA for 1e4e3b3
test/py/Makefile.am
@@ -125,8 +125,8 @@ gen-py-enum/%/__init__.py: ../%.thrift $(THRIFT)
125
126
gen-py-type_hints/%/__init__.py: ../%.thrift $(THRIFT)
127
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 $<) \
+ test ../v0.16/$(notdir $<) \
+ && $(THRIFT) --gen py:type_hints,enum -out gen-py-type_hints ../v0.16/$(notdir $<) \
130
|| $(THRIFT) --gen py:type_hints,enum -out gen-py-type_hints $<
131
132
clean-local:
0 commit comments