mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-29 18:32:43 +02:00
12 lines
299 B
Diff
12 lines
299 B
Diff
--- a/GPL/DemanglerGnu/build.gradle
|
|
+++ b/GPL/DemanglerGnu/build.gradle
|
|
@@ -130,6 +130,8 @@
|
|
|
|
def version = b.getApplication().getName()
|
|
|
|
+ cCompiler.args "-DHAVE_DECL_GETOPT=1"
|
|
+
|
|
if (version.equals(v41)) {
|
|
if (toolChain in Gcc) {
|
|
//cCompiler.args "-DCP_DEMANGLE_DEBUG"
|