We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee60bbb commit 1c6e97dCopy full SHA for 1c6e97d
1 file changed
cmake/architecture.cmake
@@ -30,9 +30,9 @@ if (NOT (DEFINED LUASTG_ARCH))
30
message(FATAL_ERROR "LuaSTG: what's your architecture?")
31
endif ()
32
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}")
+ message(STATUS "-- x86 : ${LUASTG_IS_X86}")
+ message(STATUS "-- amd64: ${LUASTG_IS_AMD64}")
+ message(STATUS "-- arm64: ${LUASTG_IS_ARM64}")
36
37
38
message(STATUS "LuaSTG: current architecture is ${LUASTG_ARCH}")
0 commit comments