[NFC][Offload] Fix typo to output architecture (#128527)

diff --git a/offload/plugins-nextgen/host/CMakeLists.txt b/offload/plugins-nextgen/host/CMakeLists.txt
index e6b3bdf..d5126b3 100644
--- a/offload/plugins-nextgen/host/CMakeLists.txt
+++ b/offload/plugins-nextgen/host/CMakeLists.txt
@@ -35,7 +35,7 @@
   set(LIBOMPTARGET_TESTED_PLUGINS
       "${LIBOMPTARGET_TESTED_PLUGINS}" PARENT_SCOPE)
 else()
-  message(STATUS "Not generating ${tmachine_name} tests. LibFFI not found.")
+  message(STATUS "Not generating ${machine} tests. LibFFI not found.")
 endif()
 
 # Define the target specific triples and ELF machine values.