From 5829d5f594b1e1fc5a8b78be17afe5bb0878ee91 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 6 Mar 2026 12:06:40 +0100 Subject: wip --- contrib/depends/gen_toolchain.cmake.sh | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'contrib/depends/gen_toolchain.cmake.sh') diff --git a/contrib/depends/gen_toolchain.cmake.sh b/contrib/depends/gen_toolchain.cmake.sh index df0dd73..153c9ed 100755 --- a/contrib/depends/gen_toolchain.cmake.sh +++ b/contrib/depends/gen_toolchain.cmake.sh @@ -48,6 +48,7 @@ sed -e "s|@HOST@|$TARGET|g" \ -e "s|@build_tests@|OFF|g" \ -e "s|@cmake_system_name@|$CMAKE_SYSTEM_NAME|g" \ -e "s|@prefix@|$PREFIX|g" \ + -e "s|@nativeprefix@|$NATIVEPREFIX|g" \ -e "s|@arch@|$ARCH|g" > $outfile <