]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
do not include the Supervector impl.cpp files in fat runtime
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Fri, 8 Oct 2021 21:28:22 +0000 (00:28 +0300)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Tue, 12 Oct 2021 08:51:35 +0000 (11:51 +0300)
CMakeLists.txt

index b65e3a0b4bad3de8aa10c2863dcdf536cb148efc..7077dc42546bfd197d5ba9c918d6b5f799ffbf5f 100644 (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}