Skip to content

Commit 774cb69

Browse files
committed
tweak linux include path
1 parent cc7865c commit 774cb69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ def build(setup_kwarges):
99
include_dirs=[
1010
os.path.join("jwt-cpp", "include"),
1111
"/usr/local/include",
12+
"/usr/include",
1213
"/opt/homebrew/include",
1314
],
1415
library_dirs=[
1516
"/usr/local/lib",
17+
"/usr/lib",
1618
"/opt/homebrew/lib"
1719
],
1820
libraries=["ssl", "crypto"],

0 commit comments

Comments
 (0)