Logo
Explore Help
Sign In
linuxmsm/debugcc
0
0
Fork 0
You've already forked debugcc
mirror of https://github.com/linux-msm/debugcc.git synced 2026-02-25 13:12:32 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
debugcc/platforms.c.in

10 lines
150 B
C
Raw Permalink Normal View History

meson: Use `configuration_data()` instead of piping variables through `echo` Having a template file with replacement macros is a bit cleaner than encoding the setup of the file in `meson.build` and piping that through `echo` with caputred variables. Unfortunately there appears to be no support for repetition, to e.g. expand a list of platform names into the various uses (array with comma- separation, or individual `extern struct` declarations, forcing us to have some form of string expansion within `meson.build`).
2023-11-06 12:52:25 +01:00
/* Autogenerated file, do not edit */
#include <stdlib.h>
@PLATFORM_DEFS@
const struct debugcc_platform *platforms[] = {
@PLATFORM_ARRAY@
NULL,
};
Reference in New Issue Copy Permalink
Powered by Gitea Page: 68ms Template: 4ms
English
English
Licenses API