mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 22:28:49 +00:00
@ -525,7 +525,7 @@ void find_built_deps(aflcc_state_t *aflcc) {
|
|||||||
|
|
||||||
char *ptr = NULL;
|
char *ptr = NULL;
|
||||||
|
|
||||||
#if defined(__x86_64__)
|
#if defined(__x86_64__) || defined(__i386__)
|
||||||
if ((ptr = find_object(aflcc, "afl-as")) != NULL) {
|
if ((ptr = find_object(aflcc, "afl-as")) != NULL) {
|
||||||
|
|
||||||
#ifndef __APPLE__
|
#ifndef __APPLE__
|
||||||
|
Reference in New Issue
Block a user