7f637623dc
* Use internal protobuf to fix build (more works required). Changelog: Not available.
14 lines
359 B
Python
14 lines
359 B
Python
$NetBSD: patch-build__tools_mozc__version.py,v 1.4 2021/02/15 14:50:23 ryoon Exp $
|
|
|
|
* NetBSD support
|
|
|
|
--- build_tools/mozc_version.py.orig 2021-02-15 03:48:53.000000000 +0000
|
|
+++ build_tools/mozc_version.py
|
|
@@ -69,6 +69,7 @@ TARGET_PLATFORM_TO_DIGIT = {
|
|
'iOS': '6',
|
|
'iOS_sim': '6',
|
|
'Wasm': '7',
|
|
+ 'NetBSD': '8',
|
|
}
|
|
|
|
VERSION_PROPERTIES = [
|