mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
config("crypt_config") {
|
|
visibility = [ ":crypt" ]
|
|
libs = [ "crypt" ]
|
|
}
|
|
|
|
group("crypt") {
|
|
if (current_os == "linux") {
|
|
public_configs = [ ":crypt_config" ]
|
|
}
|
|
}
|