Skip to content

Commit

Permalink
Specify cargo build target for ecc-diff-fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Aug 26, 2021
1 parent 878c324 commit 5786d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ecc-diff-fuzzer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ cp quickjs*.h /usr/local/include/
cp libquickjs.a /usr/local/lib/
)

export CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"
#build fuzz target
cd ecfuzzer
if [ "$ARCHITECTURE" = 'i386' ]; then
Expand Down

0 comments on commit 5786d6c

Please sign in to comment.