Skip to content

Commit 97eb293

Browse files
authored
build fix Raspberry Pi 4 Linux ARM64 (#2487)
1 parent 3c662c6 commit 97eb293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def create_build_configuration():
141141
write("build:windows --host_cxxopt=/std:c++14")
142142

143143
if is_macos() or is_linux():
144-
if not is_linux_ppc64le():
144+
if not is_linux_ppc64le() and not is_linux_arm() and not is_linux_aarch64():
145145
write("build --copt=-mavx")
146146
write("build --cxxopt=-std=c++14")
147147
write("build --host_cxxopt=-std=c++14")

0 commit comments

Comments
 (0)