Move tones data to another file to workaround msvc bigobj issue

This commit is contained in:
Gary Wang
2022-12-06 23:18:48 +08:00
committed by Tobias Fella
parent e8824edfd4
commit 5cdfa086b2
7 changed files with 1817 additions and 1797 deletions

View File

@@ -36,7 +36,7 @@ file.write("// SPDX-License-Identifier: LGPL-2.0-or-later\n")
file.write("// This file is auto-generated. All changes will be lost. See tools/update-emojis.py\n")
file.write("// clang-format off\n")
tones_file = open("../src/emojitones.h", "w")
tones_file = open("../src/emojitones_data.h", "w")
# REUSE-IgnoreStart
tones_file.write("// SPDX-FileCopyrightText: None\n")
tones_file.write("// SPDX-License-Identifier: LGPL-2.0-or-later\n")