Update Makefile
Mentioned .lib for Windows static libraries.
This commit is contained in:
parent
b3028e4891
commit
07fd26931d
|
|
@ -54,7 +54,7 @@ RAYLIB_SRC_PATH ?= ../src
|
||||||
# NOTE: If externally provided, make sure directory exists
|
# NOTE: If externally provided, make sure directory exists
|
||||||
RAYLIB_RELEASE_PATH ?= $(RAYLIB_SRC_PATH)
|
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
|
RAYLIB_LIBTYPE ?= STATIC
|
||||||
|
|
||||||
# Build mode for library: DEBUG or RELEASE
|
# Build mode for library: DEBUG or RELEASE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user