From 27ee8736ab211252b626193cb8caf285c18f1aa9 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Mon, 11 Nov 2024 00:41:56 +0800 Subject: [PATCH] Small fix on version naming. --- include/N8.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/N8.hpp b/include/N8.hpp index 89ae544..7aae837 100644 --- a/include/N8.hpp +++ b/include/N8.hpp @@ -37,7 +37,7 @@ #elif defined(_WIN32) || defined(_WIN64) || defined(WIN32) || defined(WIN64) # define N8_BUILD_PLATFORM "windows" #else -# define "unknown" +# define N8_BUILD_PLATFORM "unknown" #endif #ifndef __EMSCRIPTEN__