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 f813b6a commit a17b59bCopy full SHA for a17b59b
build/executorch-wheel-config.cmake
@@ -44,7 +44,7 @@ execute_process(
44
OUTPUT_STRIP_TRAILING_WHITESPACE
45
)
46
47
-if(RESULT_VARIABLE EQUAL 0)
+if(SYSCONFIG_RESULT EQUAL 0)
48
message(STATUS "Sysconfig extension suffix: ${EXT_SUFFIX}")
49
else()
50
message(FATAL_ERROR "Failed to retrieve sysconfig config var EXT_SUFFIX: ${SYSCONFIG_ERROR}")
0 commit comments