mirror of https://github.com/google/oss-fuzz.git
[cryptofuzz, nettle] Update Botan library path (#4616)
This commit is contained in:
parent
400e898705
commit
24f263f32d
|
@ -294,7 +294,7 @@ fi
|
|||
make -j$(nproc)
|
||||
|
||||
export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_BOTAN"
|
||||
export LIBBOTAN_A_PATH="$SRC/botan/libbotan-2.a"
|
||||
export LIBBOTAN_A_PATH="$SRC/botan/libbotan-3.a"
|
||||
export BOTAN_INCLUDE_PATH="$SRC/botan/build/include"
|
||||
|
||||
# Compile Cryptofuzz Botan module
|
||||
|
|
|
@ -94,7 +94,7 @@ then
|
|||
make -j$(nproc)
|
||||
|
||||
export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_BOTAN"
|
||||
export LIBBOTAN_A_PATH="$SRC/botan/libbotan-2.a"
|
||||
export LIBBOTAN_A_PATH="$SRC/botan/libbotan-3.a"
|
||||
export BOTAN_INCLUDE_PATH="$SRC/botan/build/include"
|
||||
|
||||
# Compile Cryptofuzz Botan module
|
||||
|
|
Loading…
Reference in New Issue