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 f35b8db commit a66e576Copy full SHA for a66e576
jakt/build.sh
@@ -75,7 +75,7 @@ mv ../.clang-format "${STAGING_DIR}/"
75
76
rm "${STAGING_DIR}/bin/jakt"
77
rm "${STAGING_DIR}/include/runtime"
78
-ln -sr "${STAGING_DIR}/bin/jakt-stage1" "${STAGING_DIR}/bin/jakt"
+ln -sr "${STAGING_DIR}/bin/jakt_stage1" "${STAGING_DIR}/bin/jakt"
79
ln -sr "${STAGING_DIR}/runtime" "${STAGING_DIR}/include/runtime"
80
81
export XZ_DEFAULTS="-T 0"
0 commit comments