Skip to content

Commit

Permalink
Make: Change include paths
Browse files Browse the repository at this point in the history
ashvardanian committed Nov 30, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9b1a06a commit 21db294
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lib_sqlite.cpp
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
* @date November 28, 2023
* @copyright Copyright (c) 2023
*/
#include <stringzilla/stringzilla.h>
#include <stringzilla.h>

#include <charconv>

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ def get_bool_env_w_name(name: str, preference: bool) -> tuple:
include_dirs = [
"include",
"python",
"stringzilla",
"stringzilla/stringzilla",
]
if use_simsimd:
include_dirs.append("simsimd/include")

0 comments on commit 21db294

Please sign in to comment.