diff options
| author | van Hauser <vh@thc.org> | 2021-01-21 12:03:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-21 12:03:21 +0100 |
| commit | fc3f06caec887b807e13eeb8be4c9899ec04036a (patch) | |
| tree | 1884eab7e5e1db9d4c9a00439fdb1589f15bc410 /unicorn_mode | |
| parent | b39b87b2f720926645ac5ae23fd49dec7e94c7e9 (diff) | |
| parent | 0d472adef0cbe68cec128b7b15e508f0bb05455d (diff) | |
| download | afl++-fc3f06caec887b807e13eeb8be4c9899ec04036a.tar.gz | |
Merge pull request #689 from AFLplusplus/cmplog_merge
cmplog merge
Diffstat (limited to 'unicorn_mode')
| -rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 8f6ceab7..c32eb3e1 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -177,8 +177,9 @@ echo "[*] Checking out $UNICORNAFL_VERSION" sh -c 'git stash && git stash drop' 1>/dev/null 2>/dev/null git checkout "$UNICORNAFL_VERSION" || exit 1 -echo "[*] making sure config.h matches" -cp "../../config.h" "." || exit 1 +echo "[*] making sure afl++ header files match" +cp "../../include/config.h" "." || exit 1 +cp "../../include/types.h" "." || exit 1 echo "[*] Configuring Unicorn build..." |
