Skip to content

Commit eca229b

Browse files
committed
Fix patch command
1 parent fcb49d2 commit eca229b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/build_dependencies_unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ cd flint-$FLINTVER
329329
echo --------------------------------------------
330330
echo " patching FLINT"
331331
echo --------------------------------------------
332-
patch -N -Z -p0 < ../../../bin/patch-ldd.diff
332+
patch -N -Z -p1 < ../../../bin/patch-ldd.diff
333333
fi
334334

335335
./bootstrap.sh

0 commit comments

Comments
 (0)