From 91091f8f1c45be66e0b5028699110eec3aaaa15d Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 13 Dec 2024 12:56:23 +0800 Subject: [PATCH] Improved GLFW for installation and compilation with GLFW in standard library. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index ff127e6..45099ff 100644 --- a/build.py +++ b/build.py @@ -216,7 +216,7 @@ def include_sha_headers(): os.rename(glfwDll, os.path.join( 'dist', 'n8lang', 'modules', - 'core@1.0.0', 'lib' + 'core@1.0.0', 'lib', 'glfw3.dll' )) print("Executing:")