Skip to content

Commit 1c6e97d

Browse files
committed
dev: cmake: fix architecture.cmake log
1 parent ee60bbb commit 1c6e97d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/architecture.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ if (NOT (DEFINED LUASTG_ARCH))
3030
message(FATAL_ERROR "LuaSTG: what's your architecture?")
3131
endif ()
3232
message(STATUS "LuaSTG: architecture test result")
33-
message(STATUS "-- x86 : ${LUAJIT_IS_X86}")
34-
message(STATUS "-- amd64: ${LUAJIT_IS_AMD64}")
35-
message(STATUS "-- arm64: ${LUAJIT_IS_ARM64}")
33+
message(STATUS "-- x86 : ${LUASTG_IS_X86}")
34+
message(STATUS "-- amd64: ${LUASTG_IS_AMD64}")
35+
message(STATUS "-- arm64: ${LUASTG_IS_ARM64}")
3636
endif ()
3737

3838
message(STATUS "LuaSTG: current architecture is ${LUASTG_ARCH}")

0 commit comments

Comments
 (0)