C5T / Current

C++ framework for realtime machine learning.
https://medium.com/dima-korolev/current-for-realtime-machine-learning-4f04aa8ab81a
97 stars 29 forks source link

Added the `C5T_DLIB` symbol. #1004

Closed dimacurrentai closed 3 months ago

dimacurrentai commented 3 months ago

Hi @mzhurovich, CC @yarmaksergey,

This #define-d symbol for dlib builds makes it possible to fix OS X builds.

Context:

I'll merge this one-liner PR in, and link to the respective fix in the other repo in the comment.

Thx, Dima

dimacurrentai commented 3 months ago

Ref. https://github.com/dkorolev/c5t_april2024_demo/pull/16, specifically the changes in lib_c5t_actor_model.h and lib_c5t_logger.h.