Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
libiot committed Jun 14, 2024
1 parent b8946f3 commit 1bb0ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-from-public-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

mkdir repos
git -C repos clone https://github.com/32bitmicro/llvm-project.git
git -C repos/llvm-project am -k "$PWD"/../patches/llvm-project/*.patch
git -C repos/llvm-project am -k "$PWD"/patches/llvm-project/*.patch
git -C repos clone https://github.com/32bitmicro/picolibc.git
git -C repos/picolibc apply "$PWD"/../patches/picolibc.patch
git -C repos/picolibc apply "$PWD"/patches/picolibc.patch
mkdir build-from-repos
cd build-from-repos
cmake .. -GNinja -DFETCHCONTENT_SOURCE_DIR_LLVMPROJECT=../repos/llvm-project -DFETCHCONTENT_SOURCE_DIR_PICOLIBC=../repos/picolibc
Expand Down

0 comments on commit 1bb0ae0

Please sign in to comment.