mirror of
https://github.com/openappsec/attachment.git
synced 2026-01-17 16:00:26 +03:00
remove unnecessary lib
This commit is contained in:
@@ -52,13 +52,6 @@ build = {
|
|||||||
},
|
},
|
||||||
defines = { "_GNU_SOURCE", "ZLIB_CONST" },
|
defines = { "_GNU_SOURCE", "ZLIB_CONST" },
|
||||||
libraries = { "pthread", "z", "rt", "stdc++", "brotlienc", "brotlidec", "brotlicommon" },
|
libraries = { "pthread", "z", "rt", "stdc++", "brotlienc", "brotlidec", "brotlicommon" },
|
||||||
libdirs = {
|
|
||||||
"/usr/lib",
|
|
||||||
"/usr/local/lib",
|
|
||||||
"/usr/lib64",
|
|
||||||
"/usr/local/lib64",
|
|
||||||
"/usr/lib/x86_64-linux-gnu"
|
|
||||||
},
|
|
||||||
ldflags = { "-static-libstdc++", "-static-libgcc" }
|
ldflags = { "-static-libstdc++", "-static-libgcc" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user