Skip to content

Commit

Permalink
use the same unicorn build output dir in Makefile and bindings/rust/b…
Browse files Browse the repository at this point in the history
…uild.rs
  • Loading branch information
mellow-hype committed Nov 11, 2023
1 parent f4f6ea9 commit 483638a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ build:

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

build/libunicornafl: build unicorn/build/libunicorn-common.a
cd ./build && cmake .. -D BUILD_SHARED_LIBS=no
Expand Down

0 comments on commit 483638a

Please sign in to comment.