aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/afl-cc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 07155676..7afab850 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -2366,8 +2366,7 @@ static void add_aflpplib(aflcc_state_t *aflcc) {
insert_param(aflcc, afllib);
#ifdef __APPLE__
- insert_param(aflcc, "-Wl,-undefined");
- insert_param(aflcc, "dynamic_lookup");
+ insert_param(aflcc, "-Wl,-undefined,dynamic_lookup");
#endif
}