From 2965086e9393612b41afe3c5d68a5a787cdafbe8 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 2 May 2024 23:57:19 -0700 Subject: [PATCH] fix --- VortexEngine/VortexLib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VortexEngine/VortexLib/Makefile b/VortexEngine/VortexLib/Makefile index 6b3575a2b6..c136b665bd 100644 --- a/VortexEngine/VortexLib/Makefile +++ b/VortexEngine/VortexLib/Makefile @@ -30,7 +30,7 @@ DEFINES=\ -D VORTEX_VERSION_MAJOR=$(VORTEX_VERSION_MAJOR) \ -D VORTEX_VERSION_MINOR=$(VORTEX_VERSION_MINOR) \ -D VORTEX_BUILD_NUMBER=$(VORTEX_BUILD_NUMBER) \ - -D VORTEX_VERSION_NUIMBER=$(VORTEX_VERSION_NUIMBER) + -D VORTEX_VERSION_NUMBER=$(VORTEX_VERSION_NUMBER) # compiler include paths INCLUDES=\