Skip to content

Commit

Permalink
Merge pull request #195 from biojppm/fix/baremetal
Browse files Browse the repository at this point in the history
[fix] compile and run with bare-metal
  • Loading branch information
biojppm authored Jan 21, 2022
2 parents d0e2b17 + 56d3a94 commit 05a4aa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext/c4core
5 changes: 5 additions & 0 deletions tools/amalgamate.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
#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>
"""


Expand Down

0 comments on commit 05a4aa7

Please sign in to comment.