Skip to content

Commit

Permalink
Update musl
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 committed Dec 3, 2024
1 parent 77a4d32 commit ab6e54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.clang
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ all: lualib/liblua.a build/lua-loader build/spawnexample

deps/musl/release/:
cd deps/musl/src/stdio
cd deps/musl/ && CLANG=$(CC) ./ckb/build.sh
cd deps/musl/ && CLANG=$(CC) DISABLE_STD_FILE=true ./ckb/build.sh

deps/ckb-libcxx-builder/release/:
cd deps/ckb-libcxx-builder && mkdir -p release && LLVM_VERSION= CLANG=$(CC) ./build.sh
Expand Down
2 changes: 1 addition & 1 deletion deps/musl

0 comments on commit ab6e54b

Please sign in to comment.