Update fpattern config

This commit is contained in:
Alexander Batalov 2022-09-01 06:24:01 +03:00
parent 2a17a07784
commit d39276fe3a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ add_library(fpattern STATIC
"${fpattern_SOURCE_DIR}/fpattern.h" "${fpattern_SOURCE_DIR}/fpattern.h"
) )
if(APPLE) if(NOT WIN32)
target_compile_definitions(fpattern PRIVATE target_compile_definitions(fpattern PRIVATE
"-Dunix" "-Dunix"
) )