1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 19:26:40 +02:00

Use native file extensions on macOS and Windows.

This commit is contained in:
Sadie Powell
2024-01-09 14:35:49 +00:00
parent fc2df00cfc
commit fa7ad6b3df
3 changed files with 9 additions and 6 deletions
+3
View File
@@ -14,6 +14,9 @@
// The default umask to use for files.
#cmakedefine DEFUMASK @DEFUMASK@
// The extension used for module file extensions.
#define DLL_EXT "@CMAKE_SHARED_LIBRARY_SUFFIX@"
// Whether Anope was built in debug mode.
#cmakedefine01 DEBUG_BUILD