Skip to content

Commit 22adcd0

Browse files
committed
Fix typo in patch
Signed-off-by: Michał Górny <[email protected]>
1 parent 602051e commit 22adcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/patches/0008-point-include-paths-to-Conda-prefix-include-dir.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ index 7fa5237994e..7d271c101f8 100644
1919
lib_include = os.path.join(_TORCH_PATH, 'include')
2020
+ # Account for conda prefix.
2121
+ conda_pieces = [sys.prefix] + IS_WINDOWS * ["Library"] + ["include"]
22-
+ conda_include = os.path.join(*pieces)
22+
+ conda_include = os.path.join(*conda_pieces)
2323
paths = [
2424
+ conda_include,
2525
lib_include,

0 commit comments

Comments
 (0)