diff options
author | somov <somov@yandex-team.ru> | 2022-02-10 16:45:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:49 +0300 |
commit | 7489e4682331202b9c7d863c0898eb83d7b12c2b (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /build/platform/perl/ya.make | |
parent | a5950576e397b1909261050b8c7da16db58f10b1 (diff) | |
download | ydb-7489e4682331202b9c7d863c0898eb83d7b12c2b.tar.gz |
Restoring authorship annotation for <somov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/platform/perl/ya.make')
-rw-r--r-- | build/platform/perl/ya.make | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/build/platform/perl/ya.make b/build/platform/perl/ya.make index cb7a4ee075..cc50c05c26 100644 --- a/build/platform/perl/ya.make +++ b/build/platform/perl/ya.make @@ -1,24 +1,24 @@ -LIBRARY() +LIBRARY() OWNER(somov) -NO_PLATFORM() - +NO_PLATFORM() + IF (USE_PERL_SYSTEM) - IF (PERL_SDK == "ubuntu-12") - PEERDIR(build/platform/perl/5.14) - ELSEIF (PERL_SDK == "ubuntu-14") - PEERDIR(build/platform/perl/5.18) - ELSEIF (PERL_SDK == "ubuntu-16") - PEERDIR(build/platform/perl/5.22) - ELSEIF (PERL_SDK == "ubuntu-18") - PEERDIR(build/platform/perl/5.26) - ELSEIF (PERL_SDK == "ubuntu-20") - PEERDIR(build/platform/perl/5.30) + IF (PERL_SDK == "ubuntu-12") + PEERDIR(build/platform/perl/5.14) + ELSEIF (PERL_SDK == "ubuntu-14") + PEERDIR(build/platform/perl/5.18) + ELSEIF (PERL_SDK == "ubuntu-16") + PEERDIR(build/platform/perl/5.22) + ELSEIF (PERL_SDK == "ubuntu-18") + PEERDIR(build/platform/perl/5.26) + ELSEIF (PERL_SDK == "ubuntu-20") + PEERDIR(build/platform/perl/5.30) ELSE() - MESSAGE(FATAL_ERROR "Building against system perl is not supported on ${PERL_SDK}") - ENDIF() - + MESSAGE(FATAL_ERROR "Building against system perl is not supported on ${PERL_SDK}") + ENDIF() + ELSE() MESSAGE(FATAL_ERROR "There is no perl ready for static linkage. Try using the system one.") |