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 4b40bc8 commit e95cbb3Copy full SHA for e95cbb3
mk/main.mk
@@ -45,7 +45,7 @@ CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)-dev
45
endif
46
47
# The name of the package to use for creating tarballs, installers etc.
48
-CFG_PACKAGE_NAME=rust-$(CFG_PACKAGE_VERS)
+CFG_PACKAGE_NAME=rustc-$(CFG_PACKAGE_VERS)
49
50
# The version string plus commit information - this is what rustc reports
51
CFG_VERSION = $(CFG_RELEASE)
0 commit comments