From e173db19f7f8e7e79c3f0cd6b88c207561bfa28b Mon Sep 17 00:00:00 2001 From: ASDF Date: Sat, 22 Jul 2017 19:45:36 -0400 Subject: CMake based build system. Some people might find this handly --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 7c6a1cea..e6ae80f7 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -189,7 +189,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) # libraries for Debian GNU/Linux desktop compiling # requires the following packages: # libglfw3-dev libopenal-dev libegl1-mesa-dev - LIBS = -lraylib -lglfw3 -lGL -lopenal -lm -lpthread -ldl + LIBS = -lraylib -lglfw -lGL -lopenal -lm -lpthread -ldl # on XWindow requires also below libraries LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor else -- cgit v1.2.3