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