From e96ce0542f64c3effa8c71312316f6700f8198ab Mon Sep 17 00:00:00 2001 From: Vladyslav Hrytsenko Date: Sun, 17 Jan 2021 09:16:26 +0200 Subject: [PATCH] code: switched ZPL_NANO->ZPL_CORE (reduced lib usage) --- code/librg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/librg.h b/code/librg.h index 51629f4..0a64c43 100644 --- a/code/librg.h +++ b/code/librg.h @@ -208,7 +208,8 @@ #define LIBRG_IMPLEMENTATION_DONE #ifndef LIBRG_CUSTOM_ZPL - #define ZPL_NANO + #define ZPL_CUSTOM_MODULES + #define ZPL_MODULE_CORE #define ZPL_IMPL #include "vendor/zpl.h"