ref: 2125adaccea06fcdea8808d203ce6590dbc09bf9
parent: 11bcdbc521b17d7104d5118806c3891092b6979d
author: zamfofex <zamfofex@twdb.moe>
date: Mon Sep 23 20:46:14 EDT 2024
fix minified build
--- a/.build.yml
+++ b/.build.yml
@@ -21,7 +21,7 @@
make LDFLAGS=-static
make LDFLAGS=-static CC=x86_64-w64-mingw32-gcc moonfish.exe
make LDFLAGS=-static CC='clang --target=wasm32-wasi' CPPFLAGS='-Dmoonfish_no_threads' moonfish.wasm
- ./minify.sh
+ shell=bash ./minify.sh
- strip: |
cd moonfish
strip --strip-all moonfish play lichess analyse battle ribbon chat book
--
⑨