arch_native_linux is actually called native_arch_linux

`arch_native_linux` is actually called `native_arch_linux` down below in the `.bazelrc` where it's actually being consumed.
This commit is contained in:
Sven-Hendrik Haase 2020-03-24 03:47:17 +01:00 committed by GitHub
parent 0de8de465c
commit dc2e5bde90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
# C++1z: Build with C++17 options
# avx_linux: Build with avx instruction set on linux.
# avx2_linux: Build with avx2 instruction set on linux.
# arch_native_linux: Build with instruction sets available to the host machine on linux
# native_arch_linux: Build with instruction sets available to the host machine on linux
# avx_win: Build with avx instruction set on windows
# avx2_win: Build with avx2 instruction set on windows
#