mirror of
https://github.com/openappsec/attachment.git
synced 2026-01-17 16:00:26 +03:00
try add brotli to the libdirs
This commit is contained in:
@@ -52,6 +52,13 @@ build = {
|
||||
},
|
||||
defines = { "_GNU_SOURCE", "ZLIB_CONST" },
|
||||
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" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user