Skip to content

Commit

Permalink
Don't build libsbcl.a
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 9, 2024
1 parent 21f407b commit e55dc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e55dc81

Please sign in to comment.