Skip to content

Commit

Permalink
fix NO_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Apr 10, 2022
1 parent b819a2c commit 69cb22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def build_native(spec):
target = "release"

if NO_BUILD:
dylib = lambda: find_dylib("sourmash", os.environ["DYLD_LIBRARY_PATH"])
dylib = lambda: find_dylib_no_build("sourmash", os.environ["DYLD_LIBRARY_PATH"])
header_filename = lambda: "include/sourmash.h"
else:
build = spec.add_external_build(cmd=cmd, path=".")
Expand Down

0 comments on commit 69cb22c

Please sign in to comment.