Skip to content

Commit 30fd4b9

Browse files
authored
Fix typo in patch again
1 parent ccd03b5 commit 30fd4b9

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..99fbd38e81a 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)