Skip to content

Commit 5d0250b

Browse files
authored
Fix patch path for mbedTLS build script
1 parent a55c593 commit 5d0250b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/028-mbedTLS-2.28.10.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rm -Rf mbedtls-${VERSION} && tar xfvj ../archives/mbedtls-${VERSION}.tar.bz2 &&
4242
echo "Building mbedTLS ${VERSION} for ${PLATFORM} ${ARCH}"
4343

4444
echo "Patching Makefile..."
45-
patch -p1 < ../patches/mbedtls-${VERSION}.patch
45+
patch -p1 < ../../patches/mbedtls-${VERSION}.patch
4646

4747
echo "Please stand by..."
4848

0 commit comments

Comments
 (0)