mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Unbreak build on power architectures.
Turns out I mistyped a filename when switching over to highwayhash. Which went unnoticed since we do not really test against any power architecure machines.
This commit is contained in:
parent
dc9e175a61
commit
e8efab541b
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ elseif (${COMPILER_ARCHITECTURE} STREQUAL "power")
|
|||
set_source_files_properties(../auxil/highwayhash/highwayhash/hh_avx2.cc PROPERTIES COMPILE_FLAGS
|
||||
-mvsx)
|
||||
list(APPEND HH_SRCS
|
||||
../auxil/highwayhash/highwayhash/hh_vsc.cc
|
||||
../auxil/highwayhash/highwayhash/hh_vsx.cc
|
||||
)
|
||||
elseif(${COMPILER_ARCHITECTURE} STREQUAL "x86_64")
|
||||
set_source_files_properties(../auxil/highwayhash/highwayhash/hh_avx2.cc PROPERTIES COMPILE_FLAGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue