mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-26 08:37:25 -04:00
fix examples makefile define (#5767)
This commit is contained in:
@ -510,7 +510,7 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_WIN32)
|
|||||||
# Libraries for Windows desktop compilation
|
# Libraries for Windows desktop compilation
|
||||||
LDFLAGS += -L..\src
|
LDFLAGS += -L..\src
|
||||||
LDLIBS = -lraylib -lgdi32 -lwinmm -lshcore
|
LDLIBS = -lraylib -lgdi32 -lwinmm -lshcore
|
||||||
ifneq ($(GRAPHICS),GRAPHICS_API_OPENGL_11_SOFTWARE)
|
ifneq ($(GRAPHICS),GRAPHICS_API_OPENGL_SOFTWARE)
|
||||||
LDLIBS += -lopengl32
|
LDLIBS += -lopengl32
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user