do not include the Supervector impl.cpp files in fat runtime

This commit is contained in:
Konstantinos Margaritis 2021-10-09 00:28:22 +03:00
parent a78f3789a9
commit db6354b787

View File

@ -673,7 +673,7 @@ set (hs_exec_SRCS
src/database.h
)
if (NOT RELEASE_BUILD)
if (NOT RELEASE_BUILD OR FAT_RUNTIME)
if (ARCH_IA32 OR ARCH_X86_64)
set (hs_exec_SRCS
${hs_exec_SRCS}