mirror of
https://github.com/biojppm/rapidyaml.git
synced 2026-01-18 21:41:18 +01:00
[fix] re #193 workaround for <stdarg.h> missing in amalgamated file
This commit is contained in:
@@ -31,6 +31,11 @@ c4core_def_code = f""" // propagate defines to c4core
|
||||
#if defined(RYML_SHARED) && !defined(C4CORE_SHARED)
|
||||
#define C4CORE_SHARED
|
||||
#endif
|
||||
|
||||
// workaround for include removal while amalgamating
|
||||
// resulting in <stdarg.h> missing in arm-none-eabi-g++
|
||||
// https://github.com/biojppm/rapidyaml/issues/193
|
||||
#include <stdarg.h>
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user