diff options
author | dimdim11 <dimdim11@yandex-team.com> | 2024-10-03 20:00:44 +0300 |
---|---|---|
committer | dimdim11 <dimdim11@yandex-team.com> | 2024-10-03 20:18:18 +0300 |
commit | e6d59313e3296c62525d51eba9082665099bda76 (patch) | |
tree | f6e5dd162990b10aeccc16b84e8c37937d8031a3 | |
parent | a1e28b476a1218b7edb7573228513eae85e84eb9 (diff) | |
download | ydb-e6d59313e3296c62525d51eba9082665099bda76.tar.gz |
Fix mistype in WITH_KOTLINC_ALLOPEN semantic
Fix mistype in WITH_KOTLINC_ALLOPEN semantic
commit_hash:58e84c419041e90f367af5f4d7d3f8793325abb7
-rw-r--r-- | build/conf/java.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/java.conf b/build/conf/java.conf index 7b9e2f93d8..5dc361a3b1 100644 --- a/build/conf/java.conf +++ b/build/conf/java.conf @@ -1926,7 +1926,7 @@ _WITH_KOTLINC_PLUGIN_ALLOPEN_SEM= macro _WITH_KOTLINC_ALLOPEN(Options...) { SET_APPEND(KOTLINC_OPTS_VALUE ${pre=-P plugin\:org.jetbrains.kotlin.allopen\::Options}) SET(WITH_KOTLINC_PLUGIN_ALLOPEN yes) - SET(_WITH_KOTLINC_ALLOPEN_SEM && with_kotlinc_plugin_allopen) + SET(_WITH_KOTLINC_PLUGIN_ALLOPEN_SEM && with_kotlinc_plugin_allopen) } # tag:kotlin-specific |