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 238a96a commit 6c74664Copy full SHA for 6c74664
MANIFEST.in
@@ -1,2 +1,2 @@
1
-include LICENSE include/*.h core/*.cpp core/*.h python/*.c stdlib/std.jsonnet Makefile
+include LICENSE include/*.h core/*.cpp core/*.h python/*.c third_party/md5/*.cpp third_party/md5/*.h stdlib/std.jsonnet Makefile
2
#recursive-include test_suite examples gc_stress benchmarks editors
setup.py
@@ -58,7 +58,7 @@ def run(self):
58
'_jsonnet',
59
sources=MODULE_SOURCES,
60
extra_objects=LIB_OBJECTS,
61
- include_dirs = ['include'],
+ include_dirs = ['include', 'third_party/md5'],
62
language='c++'
63
)
64
0 commit comments