We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d73f05 commit 75bb473Copy full SHA for 75bb473
setup.py
@@ -276,8 +276,8 @@ def find_library(header):
276
include_dir = HOMEBREW_PATH / "include"
277
library_dir = HOMEBREW_PATH / "lib"
278
if (include_dir / header).exists():
279
- print(f"{searching_for}. Found in {include_dir}.")
280
- return True, str(include_dir), str(library_dir)
+ print(f"{searching_for}. Found in {include_dir}.")
+ return True, str(include_dir), str(library_dir)
281
282
return False, None, None
283
0 commit comments