Skip to content

Commit 64235f4

Browse files
committed
Use correct path in pybind11 patch
1 parent fac4270 commit 64235f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/pybind11-cuda12.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
diff --git a/include/pybind11/cast.h b/include/pybind11/cast.h
22
index 3a404602..9054478c 100644
3-
--- a/include/pybind11/cast.h
4-
+++ b/include/pybind11/cast.h
3+
--- a/includes/pybind11/include/pybind11/cast.h
4+
+++ b/includes/pybind11/include/pybind11/cast.h
55
@@ -42,7 +42,9 @@ using make_caster = type_caster<intrinsic_t<type>>;
66
// Shortcut for calling a caster's `cast_op_type` cast operator for casting a type_caster to a T
77
template <typename T>

0 commit comments

Comments
 (0)