From 07fd26931dacbc9827fb3e1641b74b1252ac182f Mon Sep 17 00:00:00 2001 From: Colleen <41807973+colleen05@users.noreply.github.com> Date: Sun, 22 Oct 2023 21:32:07 -0300 Subject: [PATCH] Update Makefile Mentioned .lib for Windows static libraries. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index c9094f096..de1fd8c98 100644 --- a/src/Makefile +++ b/src/Makefile @@ -54,7 +54,7 @@ RAYLIB_SRC_PATH ?= ../src # NOTE: If externally provided, make sure directory exists RAYLIB_RELEASE_PATH ?= $(RAYLIB_SRC_PATH) -# Library type used for raylib: STATIC (.a) or SHARED (.so/.dll) +# Library type used for raylib: STATIC (.a/.lib) or SHARED (.so/.dll) RAYLIB_LIBTYPE ?= STATIC # Build mode for library: DEBUG or RELEASE