We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b4727 commit 9459a29Copy full SHA for 9459a29
setup.py
@@ -8,8 +8,7 @@
8
"libbbf",
9
[
10
"src/bindings.cpp",
11
- "src/libbbf.cpp",
12
- "src/xxhash.c", # Make sure you have this file!
+ "src/libbbf.cpp"
13
],
14
include_dirs=["src"],
15
cxx_std=17,
src/bbf_reader.h
@@ -1,5 +1,6 @@
1
#pragma once
2
#include "libbbf.h"
3
+#define XXH_INLINE_ALL
4
#include "xxhash.h"
5
#include <string>
6
#include <vector>
src/libbbf.cpp
@@ -1,4 +1,5 @@
#include <iostream>
0 commit comments