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 cc455f7 commit 577056bCopy full SHA for 577056b
Makefile
@@ -173,7 +173,7 @@ sqlite-src: sqlite-src/$(SQLITE_AMALGAMATION) sqlite-src/$(SQLITE_AMALGAMATION)/
173
sqlite-src/$(SQLITE_AMALGAMATION): cache/$(SQLITE_AMALGAMATION).zip sqlite-src/$(SQLITE_AMALGAMATION)/$(EXTENSION_FUNCTIONS)
174
mkdir -p sqlite-src/$(SQLITE_AMALGAMATION)
175
echo '$(SQLITE_AMALGAMATION_ZIP_SHA3) ./cache/$(SQLITE_AMALGAMATION).zip' > cache/check.txt
176
- sha3sum -c cache/check.txt
+ sha3sum -a 256 -c cache/check.txt
177
# We don't delete the sqlite_amalgamation folder. That's a job for clean
178
# Also, the extension functions get copied here, and if we get the order of these steps wrong,
179
# this step could remove the extension functions, and that's not what we want
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments