Skip to content

Commit 21c2fef

Browse files
alexmalyshevmeta-codesync[bot]
authored andcommitted
Fix OSS build with vendored asmjit
Summary: The source distribution build doesn't know about asmjit's CMakeLists.txt and fails trying to load it. Reviewed By: mpage Differential Revision: D99493759 fbshipit-source-id: 746d9f695cc27d1a17aa9ce1c993959a6a50c026
1 parent df2d6ed commit 21c2fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include CMakeLists.txt
2-
recursive-include cinderx *.cpp *.c *.h
2+
recursive-include cinderx *.cpp *.c *.h CMakeLists.txt
33

44
# Opcode directories have invalid Python package names (e.g. opcodes/3.14) so
55
# they have to be included manually.

0 commit comments

Comments
 (0)