Skip to content

Commit

Permalink
Fix cmock unable to search for ssl.h
Browse files Browse the repository at this point in the history
Ceedling/CMock is unable to search for ssl.h after building WolfSSL locally.  Include the ssl.h file in UNIX systems.
  • Loading branch information
kp-thomas-yau committed Nov 29, 2024
1 parent e0ee263 commit 80d27bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
:arguments:
- -include third_party/builds/wolfssl_build/include/wolfssl/options.h
- -include third_party/builds/wolfssl_build/include/wolfssl/wolfcrypt/settings.h
- -include third_party/builds/wolfssl_build/include/wolfssl/ssl.h
:tools_release_linker:
:arguments:
- -lm
Expand Down

0 comments on commit 80d27bf

Please sign in to comment.