From 9fcffcf86648c58b390bda8d91fa77a9d006f37d Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Tue, 9 Sep 2014 20:45:14 -0700 Subject: [PATCH] abs path for patch. --- third_party/binutils/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/binutils/build.sh b/third_party/binutils/build.sh index 971d18864..ee1a70053 100755 --- a/third_party/binutils/build.sh +++ b/third_party/binutils/build.sh @@ -35,7 +35,7 @@ cd binutils-$SNAPSHOT_VERSION/ echo "" echo "Patching binutils with vmx128 support..." -patch -p0 < ../binutils-$SNAPSHOT_VERSION-vmx128.patch +patch -p0 < $THIS_SCRIPT_DIR/binutils-$SNAPSHOT_VERSION-vmx128.patch echo "" echo "Running ./configure..."