blob: 431e9b88ea968e1faefe87749adcc82f86d39aa5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/cli.c.orig 2020-08-26 07:20:35 UTC
+++ src/cli.c
@@ -1922,6 +1922,7 @@ cli_build_flags_common(struct buildopt *bopt, struct c
else
cli_buf_appendf(buf, "-I%s/include ", bopt->kore_source);
+ cli_buf_appendf(buf, "-I%%OPENSSLINC%% ");
#if defined(__MACH__)
/* Add default openssl include path from homebrew / ports under OSX. */
cli_buf_appendf(buf, "-I/opt/local/include ");
|