We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c38346 commit 7782fa8Copy full SHA for 7782fa8
1 file changed
src/wolfssl/_build_wolfssl.py
@@ -41,7 +41,7 @@ def local_path(path):
41
def wolfssl_inc_path():
42
wolfssl_path = os.environ.get("USE_LOCAL_WOLFSSL")
43
if wolfssl_path is None:
44
- return local_path("lib/wolfssl/src")
+ return local_path("lib/wolfssl")
45
else:
46
if os.path.isdir(wolfssl_path) and os.path.exists(wolfssl_path):
47
return wolfssl_path + "/include"
0 commit comments