mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 23:17:34 +00:00
10 lines
172 B
Text
10 lines
172 B
Text
config("crypt_config") {
|
|
visibility = [ ":crypt" ]
|
|
libs = [ "crypt" ]
|
|
}
|
|
|
|
group("crypt") {
|
|
if (current_os == "linux") {
|
|
public_configs = [ ":crypt_config" ]
|
|
}
|
|
}
|