Skip to content

Commit

Permalink
Re-fix config.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
crystall1nedev committed Mar 13, 2023
1 parent 140b3e1 commit c310be5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Natives/config.h.in
@@ -1,7 +1,11 @@
// Configuration macros

#define CONFIG_RELEASE 0
#cmakedefine CONFIG_RELEASE 1

#if !(CONFIG_RELEASE)
# define CONFIG_RELEASE 0
#endif

#if CONFIG_RELEASE
# define CONFIG_TYPE "release"
#else
Expand Down

0 comments on commit c310be5

Please sign in to comment.