This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

source: ps/trunk/build/premake/tests/execinfo.c

Last change on this file was 23787, checked in by Itms, 5 years ago

Detect the need for libexecinfo in premake. This is mostly useful for musl Linux.

Patch By: nephele
Differential Revision: https://code.wildfiregames.com/D2671

  • Property svn:eol-style set to native
File size: 67 bytes
Line 
1#include <execinfo.h>
2
3int main() {
4 backtrace(0, 0);
5 return 0;
6}
Note: See TracBrowser for help on using the repository browser.