Skip to content

Commit

Permalink
Fix BOTAN_INCLUDE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 11, 2024
1 parent 7f0cb16 commit cdfa917
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ cd botan
git rev-parse HEAD
python3 configure.py --cc-bin=$CXX --cc-abi-flags="$CXXFLAGS" --disable-shared --disable-modules=locking_allocator,x509,tls --build-targets=static --without-documentation
make -j$(nproc)
export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_BOTAN"
env LIBBOTAN_A_PATH `realpath libbotan-3.a`
env BOTAN_INCLUDE_PATH `realpath build/include`
env BOTAN_INCLUDE_PATH `realpath build/include/public`
export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_BOTAN -I $(realpath build/include/internal)'"
cd "${CRYPTOFUZZ_SRC}/modules/botan/"
make -j$(nproc)

Expand Down

0 comments on commit cdfa917

Please sign in to comment.