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 38d56f1 commit ae55560Copy full SHA for ae55560
CMakeLists.txt
@@ -140,7 +140,7 @@ add_custom_target(stdlib_package
140
option(RSLANG_BUILD_EXTENDED "Build Rust tools (see build.extended)" FALSE)
141
option(RSLANG_BUILD_TOOLS "Rust tools to build (see build.tools)" "")
142
143
-set(RSLANG_BUILD_STAGE "2" CACHE STRING "Stage to build (see --stage)")
+set(RSLANG_BUILD_STAGE "1" CACHE STRING "Stage to build (see --stage)")
144
145
execute_process(COMMAND sh -c "(uname -r) 2> /dev/null"
146
RESULT_VARIABLE UNAME_RELEASE_RESULT
0 commit comments