10 lines
329 B
Text
10 lines
329 B
Text
declare_args() {
|
|
# libc++ ABI version. Either 1 (default) or 2 (unstable).
|
|
libcxx_abi_version = 1
|
|
|
|
# libc++ inline ABI namespace. Defaults to __n, where n is the ABI version.
|
|
libcxx_abi_namespace = ""
|
|
|
|
# Build timezone database as part of libc++experimental.
|
|
libcxx_enable_time_zone_database = target_os == "linux"
|
|
}
|