From 0a71e7df67cae57de117d710788f2cd520d71080 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 13 Dec 2024 15:27:29 +0800 Subject: [PATCH] Improved GLFW for installation and compilation with GLFW in standard library. --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 53c056b..f663415 100644 --- a/build.py +++ b/build.py @@ -174,6 +174,7 @@ def include_sha_headers(): '-y', 'libglfw3-dev', 'libgl1-mesa-dev' ]) + print('Building binaries...') if PLATFORM == 'Windows': if ARCH == '64bit': download_file(get_glfw_file('win64'), 'glfw.zip')