Replace wrong 'word_size' with 'word-size' (#260)
The old parser for some reason accepted both
This commit is contained in:
committed by
GitHub
parent
411163df3b
commit
fa6a87fd49
@@ -17,18 +17,18 @@ UTIL_OS = ["win32", "win64", "linux32", "linux64", "macos64", "netbsd32", "netbs
|
||||
[gpr-set-externals]
|
||||
BUILD = "distrib"
|
||||
UTIL_LIBRARY_TYPE = "static"
|
||||
[gpr-set-externals."case(os)".linux."case(word_size)".bits-32]
|
||||
[gpr-set-externals."case(os)".linux."case(word-size)".bits-32]
|
||||
UTIL_OS = "linux32"
|
||||
|
||||
[gpr-set-externals."case(os)".linux."case(word_size)".bits-64]
|
||||
[gpr-set-externals."case(os)".linux."case(word-size)".bits-64]
|
||||
UTIL_OS = "linux64"
|
||||
|
||||
[gpr-set-externals."case(os)".macos]
|
||||
UTIL_OS = "macos64"
|
||||
[gpr-set-externals."case(os)".windows."case(word_size)".bits-32]
|
||||
[gpr-set-externals."case(os)".windows."case(word-size)".bits-32]
|
||||
UTIL_OS = "windows32"
|
||||
|
||||
[gpr-set-externals."case(os)".windows."case(word_size)".bits-64]
|
||||
[gpr-set-externals."case(os)".windows."case(word-size)".bits-64]
|
||||
UTIL_OS = "windows64"
|
||||
|
||||
[origin]
|
||||
|
||||
@@ -17,18 +17,18 @@ UTIL_OS = ["win32", "win64", "linux32", "linux64", "macos64", "netbsd32", "netbs
|
||||
[gpr-set-externals]
|
||||
BUILD = "distrib"
|
||||
UTIL_LIBRARY_TYPE = "static"
|
||||
[gpr-set-externals."case(os)".linux."case(word_size)".bits-32]
|
||||
[gpr-set-externals."case(os)".linux."case(word-size)".bits-32]
|
||||
UTIL_OS = "linux32"
|
||||
|
||||
[gpr-set-externals."case(os)".linux."case(word_size)".bits-64]
|
||||
[gpr-set-externals."case(os)".linux."case(word-size)".bits-64]
|
||||
UTIL_OS = "linux64"
|
||||
|
||||
[gpr-set-externals."case(os)".macos]
|
||||
UTIL_OS = "macos64"
|
||||
[gpr-set-externals."case(os)".windows."case(word_size)".bits-32]
|
||||
[gpr-set-externals."case(os)".windows."case(word-size)".bits-32]
|
||||
UTIL_OS = "windows32"
|
||||
|
||||
[gpr-set-externals."case(os)".windows."case(word_size)".bits-64]
|
||||
[gpr-set-externals."case(os)".windows."case(word-size)".bits-64]
|
||||
UTIL_OS = "windows64"
|
||||
|
||||
[origin]
|
||||
|
||||
Reference in New Issue
Block a user