Skip to content

Commit 0ec1ea8

Browse files
Sacha0staticfloat
authored andcommitted
Correct mbedtls-cmake-findpy.patch whitespace.
mbedtls-cmake-findpy.patch lacks some whitespace that exists in the target file, which causes patch application failure when the patch tool is strict about whitespace. This teensy diff makes the patch's whitespace strictly match that in the target file. (cherry picked from commit 6416a3e)
1 parent ff337f2 commit 0ec1ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/patches/mbedtls-cmake-findpy.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ index 8833246..2ed55ed 100644
1919
+cmake_policy(SET CMP0012 NEW)
2020
+
2121
if(TEST_CPP)
22-
project("mbed TLS" C CXX)
22+
project("mbed TLS" C CXX)
2323
else()

0 commit comments

Comments
 (0)