mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-14 14:35:12 +02:00
14 lines
377 B
Diff
14 lines
377 B
Diff
--- compiler/errors/errormsg.cpp-old 2019-12-22 19:47:17.694670614 +0100
|
|
+++ compiler/errors/errormsg.cpp 2019-12-22 19:48:25.145673133 +0100
|
|
@@ -43,9 +43,11 @@
|
|
gGlobal->printCompilationOptions(str);
|
|
}
|
|
str << ")\n";
|
|
+#ifdef __GLIBC__
|
|
#ifndef EMCC
|
|
stacktrace(str, 20);
|
|
#endif
|
|
+#endif
|
|
throw faustexception(str.str());
|
|
}
|
|
}
|