From e55dc8141aaf92f7cb76ef2961f6614b0e84e7e4 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Mon, 9 Dec 2024 13:47:06 -0800 Subject: [PATCH] Don't build libsbcl.a --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8a929cf1..94fae4dd 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -46,7 +46,7 @@ jobs: export PATH dos2unix '${{ github.workspace }}\patches\win32-clang-build.patch' if [ "clang" = "${{ matrix.cc }}" ]; then git apply --verbose '${{ github.workspace }}\patches\win32-clang-build.patch'; fi - CC=${{ matrix.cc }} ./make.sh --xc-host='sbcl --lose-on-corruption --disable-ldb --disable-debugger' --with-sb-linkable-runtime + CC=${{ matrix.cc }} ./make.sh --xc-host='sbcl --lose-on-corruption --disable-ldb --disable-debugger' CC=${{ matrix.cc }} ./make-shared-library.sh mv src/runtime/libsbcl.so src/runtime/libsbcl.dll echo "SBCL_SRC=${{ github.workspace }}/../sbcl" >> "$GITHUB_ENV"