File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,6 @@ $(host_prefix)/toolchain.cmake : toolchain.cmake.in $(host_prefix)/.stamp_$(fina
269269 -e 's|@RANLIB@|$(host_RANLIB)|' \
270270 -e 's|@STRIP@|$(host_STRIP)|' \
271271 -e 's|@OBJCOPY@|$(host_OBJCOPY)|' \
272- -e 's|@INSTALL_NAME_TOOL@|$(host_INSTALL_NAME_TOOL)|' \
273272 -e 's|@OTOOL@|$(host_OTOOL)|' \
274273 -e 's|@depends_prefix@|$(host_prefix)|' \
275274 -e 's|@CFLAGS@|$(strip $(host_CFLAGS))|' \
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ set(CMAKE_AR "@AR@")
8787set (CMAKE_RANLIB "@RANLIB@" )
8888set (CMAKE_STRIP "@STRIP@" )
8989set (CMAKE_OBJCOPY "@OBJCOPY@" )
90- set (CMAKE_INSTALL_NAME_TOOL "@INSTALL_NAME_TOOL@" )
9190set (OTOOL "@OTOOL@" )
9291
9392# Using our own built dependencies should not be
You can’t perform that action at this time.
0 commit comments