sgx-sdk: fix BINUTILS_DIR substitute
This commit is contained in:
parent
8c2b6bbaef
commit
cd05703131
1 changed files with 2 additions and 2 deletions
|
@ -211,8 +211,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
header "Fixing BINUTILS_DIR in buildenv.mk"
|
||||
substituteInPlace $out/share/bin/buildenv.mk \
|
||||
--replace 'BINUTILS_DIR := /usr/local/bin' \
|
||||
'BINUTILS_DIR := ${BINUTILS_DIR}'
|
||||
--replace 'BINUTILS_DIR ?= /usr/local/bin' \
|
||||
'BINUTILS_DIR ?= ${BINUTILS_DIR}'
|
||||
|
||||
header "Fixing GDB path in bin/sgx-gdb"
|
||||
substituteInPlace $out/bin/sgx-gdb --replace '/usr/local/bin/gdb' '${gdb}/bin/gdb'
|
||||
|
|
Loading…
Reference in a new issue