Skip to content

Commit

Permalink
Update all build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Astari committed Nov 16, 2024
1 parent f90d4fb commit 9ff64c7
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build
6 changes: 6 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
/* We have found MagicEnumHeaderOnly package */
#undef HAVE_MagicEnumHeaderOnly

/* Magic Enum V1 being used */
#undef HAVE_MagicEnumHeaderOnlyV1

/* Magic Enum V2 being used */
#undef HAVE_MagicEnumHeaderOnlyV2

/* We have found package SNAPPY */
#undef HAVE_SNAPPY

Expand Down
6 changes: 6 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -4940,6 +4940,9 @@ then :
MAGIC_ENUM_FILE=magic_enum.hpp


printf "%s\n" "#define HAVE_MagicEnumHeaderOnlyV1 1" >>confdefs.h


else case e in #(
e)

Expand Down Expand Up @@ -5016,6 +5019,9 @@ then :
MAGIC_ENUM_FILE=magic_enum/magic_enum.hpp


printf "%s\n" "#define HAVE_MagicEnumHeaderOnlyV2 1" >>confdefs.h


fi

;;
Expand Down
2 changes: 1 addition & 1 deletion third/ThorsCrypto
Submodule ThorsCrypto updated 2 files
+1 −1 build
+6 −0 config.h.in
2 changes: 1 addition & 1 deletion third/ThorsIOUtil
Submodule ThorsIOUtil updated 2 files
+1 −1 build
+6 −0 config.h.in
2 changes: 1 addition & 1 deletion third/ThorsLogging
Submodule ThorsLogging updated 2 files
+1 −1 build
+6 −0 config.h.in
2 changes: 1 addition & 1 deletion third/ThorsMongoAPI
Submodule ThorsMongoAPI updated 3 files
+1 −1 build
+6 −0 config.h.in
+6 −0 configure
2 changes: 1 addition & 1 deletion third/ThorsSerializer
Submodule ThorsSerializer updated 3 files
+1 −1 build
+6 −0 config.h.in
+6 −0 configure
2 changes: 1 addition & 1 deletion third/ThorsSocket
Submodule ThorsSocket updated 2 files
+1 −1 build
+6 −0 config.h.in
2 changes: 1 addition & 1 deletion third/ThorsStorage
Submodule ThorsStorage updated 3 files
+1 −1 build
+6 −0 config.h.in
+6 −0 configure

0 comments on commit 9ff64c7

Please sign in to comment.