mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
abs path for patch.
This commit is contained in:
parent
60ee77d3c2
commit
9fcffcf866
2
third_party/binutils/build.sh
vendored
2
third_party/binutils/build.sh
vendored
|
|
@ -35,7 +35,7 @@ cd binutils-$SNAPSHOT_VERSION/
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Patching binutils with vmx128 support..."
|
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 ""
|
||||||
echo "Running ./configure..."
|
echo "Running ./configure..."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue