Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed May 14, 2024
1 parent 1e203f4 commit 0022dc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/Khaos/Compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,9 @@
#define KHAOS_DEFINE_Compiler_VERSION_PRIVATE() SET_VERSION(__PATHCC__, __PATHCC_MINOR__, __PATHCC_PATCHLEVEL__, 0)
#define KHAOS_COMPILER_EKOPath_PRIVATE() (1L)
#elif defined(__EMSCRIPTEN__)
#include<emscripten/version.h>
if !defined(__EMSCRIPTEN_major__) || !defined(__EMSCRIPTEN_minor__) || !defined(__EMSCRIPTEN_tiny__)
#include<emscripten/version.h>
#endif
#define KHAOS_DEFINE_Compiler_VERSION_PRIVATE() SET_VERSION(__EMSCRIPTEN_major__, __EMSCRIPTEN_minor__, __EMSCRIPTEN_tiny__, 0)
#define KHAOS_COMPILER_Emscripten_PRIVATE() (1L)
#elif defined(__FCC_VERSION)
Expand Down

0 comments on commit 0022dc1

Please sign in to comment.