aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/rodata.py
diff options
context:
space:
mode:
authortekireeva <tekireeva@yandex-team.ru>2022-02-10 16:51:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:38 +0300
commit569c3cefb9e9785ef25d8a067c01ea66ffa8deef (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /build/plugins/rodata.py
parente9d6dd2e511aaaec9e6182b7ae9327dce82a051d (diff)
downloadydb-569c3cefb9e9785ef25d8a067c01ea66ffa8deef.tar.gz
Restoring authorship annotation for <tekireeva@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/rodata.py')
-rw-r--r--build/plugins/rodata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/rodata.py b/build/plugins/rodata.py
index 4f15c2c4c8..3ecb0f9a83 100644
--- a/build/plugins/rodata.py
+++ b/build/plugins/rodata.py
@@ -75,7 +75,7 @@ class ROData(iw.CustomCommand):
return common.make_tuples([common.tobuilddir(common.stripext(self._path)) + '.o'])
def requested_vars(self):
- return [('includes', '_ASM__INCLUDE')]
+ return [('includes', '_ASM__INCLUDE')]
def run(self, extra_args, binary):
in_file = self.resolve_path(common.get(self.input, 0))