Logo
Explore Help
Sign In
armbian/linux
0
0
Fork 0
You've already forked linux
mirror of https://github.com/armbian/linux.git synced 2026-01-06 10:13:00 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
7616dcbb212eeec00c9bcc0fecb953fdee60634c
linux/tools/build/feature/test-libpython-version.c

11 lines
100 B
C
Raw Normal View History

tools/perf/build: Split out feature check: 'libpython-version' Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Namhyung Kim <namhyung@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/n/tip-raHmlqlnv0zexsrPau8hhane@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
2013-09-30 15:40:04 +02:00
#include <Python.h>
#if PY_VERSION_HEX >= 0x03000000
#error
#endif
int main(void)
{
return 0;
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 609ms Template: 6ms
English
English
Licenses API