Skip to content

Commit

Permalink
Fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jan 8, 2025
1 parent db8e6a1 commit b44f0d5
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 @@ -229,7 +229,7 @@ def compile_objects(self, platform, py_arch, obj_dir):
env = spec["environment"]
print(env)
continue
spec["includes"] = _ensure_abs_paths(BLIS_DIR, spec["include"])
spec["include"] = _ensure_abs_paths(BLIS_DIR, spec["include"])
_, target_name = os.path.split(spec["target"])
if platform == "windows":
target_name = target_name.replace("/", "\\")
Expand Down

0 comments on commit b44f0d5

Please sign in to comment.