Skip to content

Commit 21db294

Browse files
committed
Make: Change include paths
1 parent 9b1a06a commit 21db294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/lib_sqlite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @date November 28, 2023
66
* @copyright Copyright (c) 2023
77
*/
8-
#include <stringzilla/stringzilla.h>
8+
#include <stringzilla.h>
99

1010
#include <charconv>
1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def get_bool_env_w_name(name: str, preference: bool) -> tuple:
150150
include_dirs = [
151151
"include",
152152
"python",
153-
"stringzilla",
153+
"stringzilla/stringzilla",
154154
]
155155
if use_simsimd:
156156
include_dirs.append("simsimd/include")

0 commit comments

Comments
 (0)