diff --git a/emk_project.py b/emk_project.py index 940fadc..bf16472 100644 --- a/emk_project.py +++ b/emk_project.py @@ -47,7 +47,7 @@ def setup_osx(): c.cxx.flags += ["-stdlib=libc++"] link.cxx.flags += ["-stdlib=libc++"] - link_flags = [("-arch", "x86_64")] + link_flags = [("-arch", "x86_64", "-lcrypto")] link.local_flags.extend(link_flags) def setup_avr():