Skip to content

Commit

Permalink
Removed build type, version, and time definitions for Emscripten build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 10, 2024
1 parent 8b2582d commit 753dcd5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions include/N8.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
# define "unknown"
#endif

#define N8_BUILD_TYPE "beta"
#define N8_VERSION "v1.0.0" N8_BUILD_TYPE "-" N8_BUILD_PLATFORM

#define N8_BUILD_TIME __TIME__ " " __DATE__
#ifndef __EMSCRIPTEN__
# define N8_BUILD_TYPE "beta"
# define N8_VERSION "v1.0.0" N8_BUILD_TYPE "-" N8_BUILD_PLATFORM
# define N8_BUILD_TIME __TIME__ " " __DATE__
#endif

#endif

0 comments on commit 753dcd5

Please sign in to comment.