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 10, 2024
1 parent f960597 commit d4465d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python3 configure.py --cc-bin=$CXX --cc-abi-flags="$CXXFLAGS" --disable-shared -
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`
cd "${CRYPTOFUZZ_SRC}/modules/botan/"
make -j$(nproc)

Expand Down

0 comments on commit d4465d2

Please sign in to comment.