Skip to content

Commit

Permalink
fix(version): don't checkout when unicorn build.
Browse files Browse the repository at this point in the history
  • Loading branch information
shandianchengzi committed Dec 1, 2024
1 parent 2abdcd3 commit c0cdb43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build:
mkdir build

unicorn/build/libunicorn-common.a:
git submodule update --init --recursive
cmake -S unicorn/ -B build/unicorn -D BUILD_SHARED_LIBS=no
$(MAKE) -C ./build/unicorn -j8

Expand Down

0 comments on commit c0cdb43

Please sign in to comment.