Skip to content

Commit c6dc19f

Browse files
committed
fixup! build: Generate toolchain.cmake in depends
Port PR29890 (2 of 4).
1 parent cddeb04 commit c6dc19f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

depends/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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))|' \

depends/toolchain.cmake.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ set(CMAKE_AR "@AR@")
8787
set(CMAKE_RANLIB "@RANLIB@")
8888
set(CMAKE_STRIP "@STRIP@")
8989
set(CMAKE_OBJCOPY "@OBJCOPY@")
90-
set(CMAKE_INSTALL_NAME_TOOL "@INSTALL_NAME_TOOL@")
9190
set(OTOOL "@OTOOL@")
9291

9392
# Using our own built dependencies should not be

0 commit comments

Comments
 (0)